Skip to content

Commit

Permalink
Show details of syntax (etc) errors when loading Jasmine's own specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Sep 11, 2019
1 parent 68f25a7 commit 53561ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"posttest": "eslint src/**/*.js spec/**/*.js && prettier --check src/**/*.js spec/**/*.js",
"test": "grunt execSpecsInNode",
"test": "grunt --stack execSpecsInNode",
"cleanup": "prettier --write src/**/*.js spec/**/*.js",
"build": "grunt buildDistribution",
"serve": "node spec/support/localJasmineBrowser.js",
Expand Down

0 comments on commit 53561ae

Please sign in to comment.