Files
outline/app/test/support.js
Tom Moor 088353d61f fix: Data loading state not reset when props change to PaginatedList (#2254)
* fix: Data loading state not reset when significant props change to PaginatedList

closes #2251

* test: Add enzyme and component test
2021-06-26 21:49:25 -07:00

3 lines
72 B
JavaScript

// @flow
export const runAllPromises = () => new Promise(setImmediate);