Skip to content

Commit 4cda3e0

Browse files
author
Jeffery McRiffey
committed
fix jasmine2.0 runtime
1 parent e3b29b5 commit 4cda3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_patch/jasmine2-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if(!jasmine.running){
44
var results = {};
55
var specs = jsApiReporter.specs();
6-
results.runtime = jsApiReporter.executionTime() / 1000;
6+
results.runtime = jsApiReporter.executionTime();
77
results.total = 0;
88
results.passed = 0;
99
results.failed = 0;

0 commit comments

Comments
 (0)