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
+1 -1
View File
@@ -14,7 +14,7 @@
], ],
"scripts": { "scripts": {
"posttest": "eslint src/**/*.js spec/**/*.js && prettier --check src/**/*.js spec/**/*.js", "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", "cleanup": "prettier --write src/**/*.js spec/**/*.js",
"build": "grunt buildDistribution", "build": "grunt buildDistribution",
"serve": "node spec/support/localJasmineBrowser.js", "serve": "node spec/support/localJasmineBrowser.js",