We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a387458 commit 263c2e7Copy full SHA for 263c2e7
package.json
@@ -19,7 +19,7 @@
19
"url": "https://github.com/syntaxhighlighter/brush-sql.git"
20
},
21
"scripts": {
22
- "test": "babel-node node_modules/.bin/_mocha --opts mocha.opts test.js"
+ "test": "babel-node --only='syntaxhighlighter-*,brush-*' node_modules/.bin/_mocha --opts mocha.opts test.js"
23
24
"dependencies": {
25
"brush-base": "^4.0.0",
0 commit comments