We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affbddb commit d236041Copy full SHA for d236041
package.json
@@ -26,7 +26,7 @@
26
"scripts": {
27
"dev": "nodemon",
28
"develop": "node -r @swc-node/register ./src/index.ts",
29
- "test": "jest",
+ "test": "jest --passWithNoTests",
30
"test:watch": "jest --watch",
31
"clean": "rimraf build",
32
"build": "tsc -p tsconfig.build.json",
0 commit comments