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

@@ -0,0 +1,11 @@
{
"srcDir": "src",
"specDir": "spec",
"specFiles": [
"performance/performance_test.js"
],
"helpers": [
"helpers/defineJasmineUnderTest.js"
],
"random": true
}