Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh committed Dec 13, 2023
1 parent 0497375 commit 3e9f5e9
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 @@ -49,7 +49,7 @@
},
"scripts": {
"doc": "typedoc src/index.ts",
"test": "jest",
"test": "jest --passWithNoTests",
"lint": "eslint \"*/**/*.{ts,js,json}\"",
"lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
"build": "rollup --config ./rollup.config.mjs",
Expand Down

0 comments on commit 3e9f5e9

Please sign in to comment.