Skip to content
Snippets Groups Projects
Commit 0946a145 authored by Guillaume Grossetie's avatar Guillaume Grossetie :headphones:
Browse files

Remove --test argument

parent 9d295e42
Branches
Tags
1 merge request!25Remove --test argument
Pipeline #47161 passed
import './cli-test.js'
import './runner-test.js'
......@@ -23,8 +23,8 @@
"coverage": "CODE_COVERAGE=1 c8 npm run test:ci",
"format": "node npm/format.js harness,npm",
"lint": "eslint \"{harness,npm}/**/*.js\" \"harness/test/**/*.js\"",
"test": "node --test harness/test/**.js",
"test:ci": "node --test-reporter=dot --test-reporter=junit --test-reporter-destination=stdout --test-reporter-destination=reports/tests-xunit.xml --test harness/test/**.js",
"test": "node harness/test/index.js",
"test:ci": "node --test-reporter=dot --test-reporter=junit --test-reporter-destination=stdout --test-reporter-destination=reports/tests-xunit.xml harness/test/index.js",
"prepublishOnly": "npx -y downdoc --prepublish",
"postpublish": "npx -y downdoc --postpublish"
},
......@@ -63,6 +63,6 @@
"."
],
"volta": {
"node": "20.8.0"
"node": "20.12.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment