Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 53f4841

Browse files
fix: test runner oversight
1 parent d38ea9f commit 53f4841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = createRunner({
2525
jasmineJson: true,
2626
jasminePass: true,
2727
jasmineTagged: true,
28-
mockClock: true,
28+
mockClock: false,
2929
mockLocalStorage: true,
3030
profile: true,
3131
set: true,

0 commit comments

Comments
 (0)