Use jasmine-browser-runner to execute browser tests

This commit is contained in:
Gregg Van Hove
2019-06-12 11:33:14 -07:00
parent d610d0bdad
commit 243adfd4ce
7 changed files with 70 additions and 194 deletions

View File

@@ -16,7 +16,9 @@
"posttest": "eslint src/**/*.js spec/**/*.js && prettier --check src/**/*.js spec/**/*.js",
"test": "grunt execSpecsInNode",
"cleanup": "prettier --write src/**/*.js spec/**/*.js",
"serve": "node spec/support/localJasmineBrowser.js"
"serve": "node spec/support/localJasmineBrowser.js",
"serve:performance": "node spec/support/localJasmineBrowser.js jasmine-browser-performance.json",
"ci": "node spec/support/ci.js"
},
"description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"homepage": "https://jasmine.github.io",
@@ -33,7 +35,7 @@
"grunt-css-url-embed": "^1.11.1",
"grunt-sass": "^3.0.2",
"jasmine": "^3.4.0",
"jasmine-browser-runner": "0.0.2",
"jasmine-browser-runner": "^0.1.0",
"jsdom": "^15.0.0",
"load-grunt-tasks": "^4.0.0",
"node-sass": "^4.11.0",