Show details of syntax (etc) errors when loading Jasmine's own specs

This commit is contained in:
Steve Gravrock
2019-09-11 13:27:59 -07:00
parent 68f25a758d
commit 53561ae71f

View File

@@ -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",