There was an error while loading. Please reload this page.
1 parent 13ca406 commit cd9162fCopy full SHA for cd9162f
package.json
@@ -27,7 +27,7 @@
27
"node": ">=14"
28
},
29
"scripts": {
30
- "test": "test-runner test/*.?js test/internals/*.mjs",
+ "test": "test-runner test/*.mjs test/internals/*.mjs",
31
"cover": "TESTOPEN=true c8 -r html -r text npm test && c8 report --reporter=text-lcov | coveralls",
32
"docs": "jsdoc2md -c jsdoc.conf lib/middleware-plugin.mjs > doc/middleware-plugin.md && jsdoc2md -c jsdoc.conf --private index.mjs > doc/lws.md && jsdoc2md -c jsdoc.conf lib/view/view-plugin.mjs > doc/view-plugin.md && jsdoc2md -c jsdoc.conf lib/config.mjs > doc/config.md"
33
test/require.cjs
0 commit comments