Skip to content

Commit

Permalink
Merge pull request #604 from GDATASoftwareAG/602-jest-detects-open-ha…
Browse files Browse the repository at this point in the history
…ndles

get rid of any open handles
  • Loading branch information
doxthree authored Sep 18, 2024
2 parents 1666e99 + 12d55b4 commit 0df893a
Show file tree
Hide file tree
Showing 5 changed files with 2,422 additions and 437 deletions.
3 changes: 1 addition & 2 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@types/random-bytes": "1.0.3",
"dotenv": "16.4.5",
"jest": "^29.7.0",
"mocha": "10.7.3",
"prettier": "^3.3.3",
"random-bytes": "1.0.0",
"ts-jest": "^29.2.5",
Expand All @@ -50,7 +49,7 @@
"scripts": {
"build": "npx tsc",
"watch": "npx tsc --watch",
"test": "jest --forceExit --detectOpenHandles",
"test": "jest --ci --runInBand --detectOpenHandles --forceExit",
"format": "prettier --write src/** tests/**"
}
}
Loading

0 comments on commit 0df893a

Please sign in to comment.