Skip to content

Commit

Permalink
fix: jest with forceExit
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Nov 30, 2023
1 parent b673146 commit 45719b3
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 @@ -8,7 +8,7 @@
},
"license": "Apache-2.0",
"bin": {
"gif": "dist/index.js"
"@db-ui/gif": "dist/index.js"
},
"main": "index.js",
"files": [
Expand All @@ -21,7 +21,7 @@
"build:03_icon_fonts_templates": "cpr src/generate-icon-fonts/templates dist/templates -o",
"lint": "eslint src --ext ts",
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\"",
"test": "jest"
"test": "jest --detectOpenHandles --runInBand --forceExit"
},
"dependencies": {
"commander": "^11.1.0",
Expand Down

0 comments on commit 45719b3

Please sign in to comment.