Calculate total suite run time inside the env and report in jasmineDone

This commit is contained in:
Gregg Van Hove
2019-06-14 14:59:33 -07:00
parent 15f969bee7
commit 3e888105f0
9 changed files with 66 additions and 104 deletions

View File

@@ -2,7 +2,7 @@ var path = require('path'),
jasmineBrowser = require('jasmine-browser-runner'),
jasmineCore = require('../../lib/jasmine-core.js');
var configFile = process.argv[2] || 'jasmine-browser.json';
var configFile = process.argv[2] || 'jasmine-browser.js';
var config = require(path.resolve('spec/support', configFile));
config.jasmineCore = jasmineCore;