Skip to content

Commit

Permalink
chore: revert maxworkers
Browse files Browse the repository at this point in the history
  • Loading branch information
GImbrailo committed Nov 17, 2022
1 parent 28b0865 commit 51c5a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taqueria/tests",
"version": "0.22.2",
"version": "0.24.1",
"private": true,
"description": "This is Taqueria testing project includes unit, integration and e2e tests",
"main": "index.js",
Expand All @@ -12,7 +12,7 @@
"test:unit:deno:with-coverage": "TEST=true deno test unit/ --allow-all --unstable --coverage=coverage_report && deno coverage coverage_report && deno coverage coverage_report --lcov > coverage_profile.lcov",
"test:unit:selected": "TEST=true deno test unit/taqueria-utils/taqueria-utils.test.ts --allow-all --unstable --coverage=coverage_report && deno coverage coverage_report",
"test:integration": "TEST=true jest --config jest.config.integration.ts --no-cache",
"test:e2e": "TEST=true jest --config jest.config.e2e.ts --maxWorkers=1"
"test:e2e": "TEST=true jest --config jest.config.e2e.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 51c5a89

Please sign in to comment.