Skip to content

Commit 58596b9

Browse files
fix: update test script to exclude integration tests
Co-Authored-By: [email protected] <[email protected]>
1 parent 941964e commit 58596b9

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
@@ -142,7 +142,7 @@
142142
}
143143
},
144144
"scripts": {
145-
"test": "nyc mocha \"test/commands/**/*.test.js\"",
145+
"test": "nyc mocha \"test/**/*.test.js\" \"!test/integration/**/*.test.js\"",
146146
"test:integration": "mocha \"test/integration/__tests__/**/*.test.js\" --timeout 180000",
147147
"posttest": "npm run lint",
148148
"lint": "eslint --fix ./src ./test",

0 commit comments

Comments
 (0)