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 dd76565 commit ea1f22fCopy full SHA for ea1f22f
package.json
@@ -86,7 +86,7 @@
86
"eslint": "eslint .",
87
"prettier": "prettier -c .",
88
"types": "tsc -p jsconfig.json",
89
- "tests": "coverage-node --test-reporter=spec --test",
+ "tests": "coverage-node --test-reporter=spec --test *.test.mjs",
90
"test": "npm run eslint && npm run prettier && npm run types && npm run tests",
91
"prepublishOnly": "npm test"
92
}
0 commit comments