Skip to content

Commit

Permalink
run tests inBand
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Magdi committed Feb 3, 2024
1 parent 199babc commit e4e8efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"scripts": {
"build": "tsup",
"start": "ts-node src/index.ts",
"test": "jest",
"test:watch": "jest --watch --detectOpenHandles",
"test:cov": "jest --coverage",
"test": "jest --runInBand",
"test:watch": "jest --watch --detectOpenHandles --runInBand",
"test:cov": "jest --coverage --runInBand",
"lint": "eslint . --fix",
"lint:check": "eslint . --quiet",
"format": "prettier . --write --ignore-unknown",
Expand Down

0 comments on commit e4e8efe

Please sign in to comment.