Skip to content

Commit

Permalink
run tests in band
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Nov 20, 2023
1 parent fc96a5f commit b04d820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test:watch": "jest --config test/jest-config.json --watch",
"test:cov": "node --expose-gc ./node_modules/.bin/jest --config test/jest-config.json --coverage --forceExit",
"test:debug": "node --inspect-brk --expose-gc -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --config test/jest-config.json --detectOpenHandles --forceExit",
"test:integration": "node --expose-gc ./node_modules/.bin/jest --config test/jest-config.json --forceExit test/integration/",
"test:e2e": "NODE_OPTIONS=\"--max-old-space-size=6144\" node --expose-gc ./node_modules/.bin/jest --config test/jest-config.json --logHeapUsage --forceExit test/e2e/"
"test:integration": "node --expose-gc ./node_modules/.bin/jest --config test/jest-config.json --forceExit -i test/integration/",
"test:e2e": "NODE_OPTIONS=\"--max-old-space-size=6144\" node --expose-gc ./node_modules/.bin/jest --config test/jest-config.json --logHeapUsage --forceExit -i test/e2e/"
},
"engines": {
"node": "^18.16"
Expand Down

0 comments on commit b04d820

Please sign in to comment.