Skip to content

Commit d236041

Browse files
authored
fix: package.json
1 parent affbddb commit d236041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"dev": "nodemon",
2828
"develop": "node -r @swc-node/register ./src/index.ts",
29-
"test": "jest",
29+
"test": "jest --passWithNoTests",
3030
"test:watch": "jest --watch",
3131
"clean": "rimraf build",
3232
"build": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)