Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update snaps
  • Loading branch information
rickhanlonii committed Jun 26, 2018
commit 875fcb3666fd60f9e5af66d11d17529761de57e0
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
exports[`FakeTimers runAllTimers warns when trying to advance timers while real timers are used 1`] = `
"A function to advance timers was called but the timers API is not mocked with fake timers. Call \`jest.useFakeTimers()\` in this test or enable fake timers globally by setting \`\\"timers\\": \\"fake\\"\` in the configuration file. This warning is likely a result of a default configuration change in Jest 15.

Release Blog Post: https://facebook.github.io/jest/blog/2016/09/01/jest-15.html"
Release Blog Post: https://jestjs.io/blog/2016/09/01/jest-15.html"
`;