The sdk-router repository has the jest package incorrectly added to regular dependencies rather than devDependencies in the package.json. This should be moved in order to prevent unnecessary package bloat in downstream installations.
I believe this would also apply to babel-jest and the other @babel packages as well.
The
sdk-router
repository has thejest
package incorrectly added to regular dependencies rather than devDependencies in thepackage.json
. This should be moved in order to prevent unnecessary package bloat in downstream installations.I believe this would also apply to
babel-jest
and the other@babel
packages as well.https://github.com/synapsecns/sanguine/blob/master/packages/sdk-router/package.json#L64-L78