Skip to content

Commit 53561ae

Browse files
committed
Show details of syntax (etc) errors when loading Jasmine's own specs
1 parent 68f25a7 commit 53561ae

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
@@ -14,7 +14,7 @@
1414
],
1515
"scripts": {
1616
"posttest": "eslint src/**/*.js spec/**/*.js && prettier --check src/**/*.js spec/**/*.js",
17-
"test": "grunt execSpecsInNode",
17+
"test": "grunt --stack execSpecsInNode",
1818
"cleanup": "prettier --write src/**/*.js spec/**/*.js",
1919
"build": "grunt buildDistribution",
2020
"serve": "node spec/support/localJasmineBrowser.js",

0 commit comments

Comments
 (0)