Skip to content

Commit fc4b3eb

Browse files
fix: update test script to use explicit test directories only
Co-Authored-By: mcong@box.com <mcong@box.com>
1 parent b055c49 commit fc4b3eb

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\" \"test/helpers/**/*.test.js\" \"test/fixtures/**/*.test.js\" \"!test/integration/**/*.test.js\"",
145+
"test": "nyc mocha \"test/commands/**/*.test.js\" \"test/helpers/**/*.test.js\" \"test/fixtures/**/*.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)