Skip to content

Commit 263c2e7

Browse files
Fixes npm test
1 parent a387458 commit 263c2e7

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
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/syntaxhighlighter/brush-sql.git"
2020
},
2121
"scripts": {
22-
"test": "babel-node node_modules/.bin/_mocha --opts mocha.opts test.js"
22+
"test": "babel-node --only='syntaxhighlighter-*,brush-*' node_modules/.bin/_mocha --opts mocha.opts test.js"
2323
},
2424
"dependencies": {
2525
"brush-base": "^4.0.0",

0 commit comments

Comments
 (0)