Skip to content

Commit

Permalink
don't run in band
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Jul 7, 2023
1 parent a9e63c7 commit b1de379
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 @@ -139,7 +139,7 @@
"start": "run-p dev-server dev-client",
"test": "jest --env=jsdom --watch",
"test:all": "run-s lint:ci test:ci",
"test:ci": "jest --coverage --ci --color --env=jsdom --no-cache --runInBand",
"test:ci": "jest --coverage --ci --color --env=jsdom --no-cache",
"test:debug": "jest --inspect-brk --runInBand --env=jsdom",
"test:coverage": "npm run test -- --coverage --watchAll=false"
},
Expand Down

0 comments on commit b1de379

Please sign in to comment.