Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
takost committed Jan 10, 2024
1 parent 1f44486 commit 2cf6914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint --fix src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest --forceExit",
"test": "jest --testTimeout=10000",
"test:watch": "jest --watch src",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
Expand Down

0 comments on commit 2cf6914

Please sign in to comment.