Skip to content

Commit

Permalink
tests: last try different mem limit approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Oct 21, 2024
1 parent 93ae420 commit b4bc46d
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 @@ -6,7 +6,7 @@
"lint": "eslint .",
"lintfix": "eslint --fix .",
"test": "eslint --fix . && TZ='Europe/London' jest --silent --coverage --maxWorkers=4 .",
"test-ci": "eslint --fix . && TZ='Europe/London' jest --silent --coverage --maxWorkers=2 ."
"test-ci": "eslint --fix . && TZ='Europe/London' jest --silent --coverage --maxWorkers=1 --maxConcurrency=1 ."
},
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit b4bc46d

Please sign in to comment.