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 68f25a7 commit 53561aeCopy full SHA for 53561ae
package.json
@@ -14,7 +14,7 @@
14
],
15
"scripts": {
16
"posttest": "eslint src/**/*.js spec/**/*.js && prettier --check src/**/*.js spec/**/*.js",
17
- "test": "grunt execSpecsInNode",
+ "test": "grunt --stack execSpecsInNode",
18
"cleanup": "prettier --write src/**/*.js spec/**/*.js",
19
"build": "grunt buildDistribution",
20
"serve": "node spec/support/localJasmineBrowser.js",
0 commit comments