Skip to content

Commit e441aa3

Browse files
committed
Bug Fix minor.
1 parent 4da5de4 commit e441aa3

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
@@ -18,7 +18,7 @@
1818
"buildw": "tsc --watch",
1919
"coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
2020
"format": "prettier --write --ignore-unknown **/*",
21-
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
21+
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --passWithNoTests",
2222
"testw": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
2323
"lint": "npx eslint src/* --fix"
2424
},

0 commit comments

Comments
 (0)