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.
spec
1 parent b4a3d9c commit 04028ffCopy full SHA for 04028ff
package.json
@@ -43,9 +43,9 @@
43
"scripts": {
44
"create-patch": "node tools/create-patch.js",
45
"curate": "node tools/prepare-curated.js ed curated && node tools/prepare-packages.js curated packages",
46
- "test": "node --test",
47
- "test-css": "node --test \"test/css/*.js\"",
48
- "test-elements": "node --test \"test/elements/*.js\"",
49
- "test-idl": "node --test \"test/idl/*.js\""
+ "test": "node --test --test-reporter=spec",
+ "test-css": "node --test --test-reporter=spec \"test/css/*.js\"",
+ "test-elements": "node --test --test-reporter=spec \"test/elements/*.js\"",
+ "test-idl": "node --test --test-reporter=spec \"test/idl/*.js\""
50
}
51
0 commit comments