Skip to content

Commit dba7a53

Browse files
committed
Revert "Add a console message when running npm run regression to inform about DEBUG=1"
This reverts commit addc8e7.
1 parent cde7c65 commit dba7a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:html": "npm run htmlhint && npm run vnu-jar",
1717
"lint:spelling": "cspell \"**/*.*\"",
1818
"reference-tables": "node scripts/reference-tables.js",
19-
"regression": "echo 'Tip: use `DEBUG=1 npm run regression` to disable headless mode.'; ava --timeout=1m",
19+
"regression": "ava --timeout=1m",
2020
"regression-report": "node test/util/report",
2121
"test": "npm run lint && npm run regression",
2222
"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

Comments
 (0)