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 972f566 commit 5d8fb45Copy full SHA for 5d8fb45
package.json
@@ -28,7 +28,7 @@
28
"clean": "tsc --build --clean",
29
"lint": "eslint . --ignore-path .gitignore",
30
"pretest": "npm run build && npm run lint",
31
- "test": "web-test-runner test/* --node-resolve",
+ "test": "web-test-runner test/*.js --node-resolve",
32
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
33
},
34
"prettier": "@github/prettier-config",
0 commit comments