Skip to content

Commit 80701d8

Browse files
committed
Rename test files.
- Rename test.js to test-node.js. Aligns with test-karma.js. - Rename test-common.js to test.js.
1 parent 8f5e47f commit 80701d8

File tree

5 files changed

+1298
-1298
lines changed

5 files changed

+1298
-1298
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"fetch-json-ld-org-test-suite": "if [ ! -e test-suites/json-ld.org ]; then git clone --depth 1 https://github.com/json-ld/json-ld.org.git test-suites/json-ld.org; fi",
101101
"fetch-rdf-canon-test-suite": "if [ ! -e test-suites/rdf-canon ]; then git clone --depth 1 https://github.com/w3c/rdf-canon.git test-suites/rdf-canon; fi",
102102
"test": "npm run test-node",
103-
"test-node": "cross-env NODE_ENV=test mocha --delay -t 30000 -A -R ${REPORTER:-spec} tests/test.js",
103+
"test-node": "cross-env NODE_ENV=test mocha --delay -t 30000 -A -R ${REPORTER:-spec} tests/test-node.js",
104104
"test-karma": "cross-env NODE_ENV=test karma start",
105105
"coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm test",
106106
"coverage-ci": "cross-env NODE_ENV=test nyc --reporter=lcovonly npm run test",

0 commit comments

Comments
 (0)