Skip to content

Commit 7f524ca

Browse files
wip(tests): jest --runInBand
1 parent 50d32aa commit 7f524ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"coverage": "node test/coverageTest.mjs",
2323
"test": "cd test && yarn run start",
24-
"tests": "jest \"tests/.*\\.test.js\"",
24+
"tests": "jest --runInBand \"tests/.*\\.test.js\"",
2525
"dev": "webpack --mode=development --config ./build/webpack.config.js --progress --watch",
2626
"build": "cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
2727
"docs": "cross-env-shell node build/evalHtmlComments.js docs/examples.md $npm_package_version && typedoc --plugin typedoc-plugin-markdown --mode file --tsconfig ./build/tsconfig.json --inputFiles ./src/index.ts --out ./docs/api --readme none --stripInternal --namedAnchors true",

0 commit comments

Comments
 (0)