Skip to content

Commit

Permalink
build(npm): add --no-threads flag to test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Nov 15, 2023
1 parent 1daef47 commit 783b609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "vitest run",
"test:watch": "vitest",
"test": "vitest run --no-threads",
"test:watch": "vitest --no-threads",
"test:cov": "vitest run --coverage",
"test:debug": "vitest --inspect-brk --inspect --logHeapUsage --threads=false",
"test:e2e": "vitest run --config ./vitest.config.e2e.ts"
Expand Down

0 comments on commit 783b609

Please sign in to comment.