mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
2ccec3c3a3
* capture global timers, use them in waitFor, tests+ * use real timers in flushMicroTasks * test to show changes with modern timer mocks * use enum-like object for timer modes * fix tests * remove default timer mode, add flow types export other timer helpers, adjust tests and docs * base waitFor on RTL implementation * [jest] Capture and restore global promise * [waitFor] Simulate intervals when using fake timers * [tests] Fix waitForElementToBeRemoved * cleanups; use more specific global * rename globals to match others Co-authored-by: Michael James Duminy <michael-james.duminy@klarna.com> Co-authored-by: Michał Pierzchała <thymikee@gmail.com>