Skip to content

Commit

Permalink
fix: Modify location of jest binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-bisonai committed Feb 19, 2024
1 parent 6a01565 commit fd50867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"adapter-hash": "node --no-warnings --import=specifier-resolution-node/register --experimental-json-modules dist/cli/generate-adapter-hash.js",
"aggregator-hash": "node --no-warnings --import=specifier-resolution-node/register --experimental-json-modules dist/cli/generate-aggregator-hash.js",
"flush": "node --no-warnings --import=specifier-resolution-node/register --experimental-json-modules dist/tools/flush-queues.js",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "node --no-warnings --experimental-vm-modules node_modules/.bin/jest",
"lint": "DEBUG=eslint:cli-engine eslint 'src/**/*.ts' 'src/*.ts' 'test/*.ts'",
"bull-dashboard": "docker-compose -f docker-compose.bull-monitor.yaml up"
},
Expand Down

0 comments on commit fd50867

Please sign in to comment.