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 1038e01 commit efd97d7Copy full SHA for efd97d7
package.json
@@ -8,7 +8,6 @@
8
"start": "npm run test:base -- --watch --growl",
9
"test:base": "mocha \"tests/lib/**/*.js\" --reporter dot",
10
"test": "nyc npm run test:base -- \"tests/integrations/*.js\" --timeout 60000",
11
- "test:define-macros-order": "mocha \"tests/lib/rules/define-macros-order.js\" --timeout 60000",
12
"test:integrations": "mocha \"tests/integrations/*.js\" --timeout 60000",
13
"debug": "mocha --inspect \"tests/lib/**/*.js\" --reporter dot --timeout 60000",
14
"cover": "npm run cover:test && npm run cover:report",
0 commit comments