We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b29b5 commit 4cda3e0Copy full SHA for 4cda3e0
lib/_patch/jasmine2-plugin.js
@@ -3,7 +3,7 @@
3
if(!jasmine.running){
4
var results = {};
5
var specs = jsApiReporter.specs();
6
- results.runtime = jsApiReporter.executionTime() / 1000;
+ results.runtime = jsApiReporter.executionTime();
7
results.total = 0;
8
results.passed = 0;
9
results.failed = 0;
0 commit comments