Skip to content

Commit

Permalink
run all tests serially
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Dec 25, 2023
1 parent 3fd5b6e commit 18db4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Decrediton based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "main.js",
"scripts": {
"test": "TZ=UTC cross-env NODE_ENV=test jest",
"test": "TZ=UTC cross-env NODE_ENV=test jest -i",
"test-watch": "TZ=UTC ./node_modules/.bin/jest --watch",
"test-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
"test-e2e": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 mocha --retries 2 --compilers js:@babel/register --require ./test/setup.js ./test/e2e.js",
Expand Down

0 comments on commit 18db4e8

Please sign in to comment.