Skip to content

Commit

Permalink
feat: run tests in parallel (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi authored Jun 25, 2024
1 parent 3d488f4 commit 5739ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"build": "rimraf dist/ && tsc -p tsconfig.build.json",
"cli": "node dist/cli/index.js",
"cli-dev": "ts-node src/cli/index.ts",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --runInBand --testTimeout=120000 --forceExit",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --testTimeout=120000 --forceExit",
"test:coverage": "npm run test -- --coverage"
},
"gitHead": "8881a3d4b427c45ac4b81ac4b31bf3d719463ef7",
Expand Down

0 comments on commit 5739ce4

Please sign in to comment.