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 cde7c65 commit dba7a53Copy full SHA for dba7a53
package.json
@@ -16,7 +16,7 @@
16
"lint:html": "npm run htmlhint && npm run vnu-jar",
17
"lint:spelling": "cspell \"**/*.*\"",
18
"reference-tables": "node scripts/reference-tables.js",
19
- "regression": "echo 'Tip: use `DEBUG=1 npm run regression` to disable headless mode.'; ava --timeout=1m",
+ "regression": "ava --timeout=1m",
20
"regression-report": "node test/util/report",
21
"test": "npm run lint && npm run regression",
22
"vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --filterfile .vnurc --no-langdetect --skip-non-html aria-practices.html examples/",
0 commit comments