Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 584c556

Browse files
committed
Tests: do not run integration tests
Ref #2253 Ref cst/cst#113
1 parent 56ca72b commit 584c556

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
@@ -131,7 +131,7 @@
131131
"pretest": "npm run lint",
132132
"test": "mocha --color",
133133
"watch": "mocha --color --watch",
134-
"integration": "node test/scripts/integration.js",
134+
"integration": "#node test/scripts/integration.js",
135135
"coverage": "unit-coverage run -p common",
136136
"coverage-html": "unit-coverage run -p common -r html -o coverage.html",
137137
"coveralls": "unit-coverage run -p common -r lcov -o out.lcov && cat out.lcov | coveralls",

0 commit comments

Comments
 (0)