Skip to content

Commit

Permalink
Merge pull request #2 from db-ui/fix-test
Browse files Browse the repository at this point in the history
fix: jest with forceExit
  • Loading branch information
nmerget authored Nov 30, 2023
2 parents 83b72e2 + 45719b3 commit 5e55bdf
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 5e55bdf

Please sign in to comment.