Commit 52853fed authored by Tristan Cavelier's avatar Tristan Cavelier

sinon-qunit modified to disable default fake timers

parent 290921af
...@@ -44,7 +44,7 @@ sinon.config = { ...@@ -44,7 +44,7 @@ sinon.config = {
injectIntoThis: true, injectIntoThis: true,
injectInto: null, injectInto: null,
properties: ["spy", "stub", "mock", "clock", "sandbox"], properties: ["spy", "stub", "mock", "clock", "sandbox"],
useFakeTimers: true, useFakeTimers: false,
useFakeServer: false useFakeServer: false
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment