We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc8104 commit b946854Copy full SHA for b946854
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "tsc",
9
"spec": "ecmarkup --mark-effects --load-biblio @tc39/ecma262-biblio --load-biblio ./proposal-iterator-helpers-biblio.json --write-biblio biblio.json --lint-spec --strict spec.emu --assets-dir dist dist/index.html",
10
- "test": "node --test test"
+ "test": "node --test test/**/*.mjs"
11
},
12
"repository": {
13
"type": "git",
0 commit comments