mirror of
https://github.com/outline/outline.git
synced 2026-06-28 10:44:25 +03:00
088353d61f
* fix: Data loading state not reset when significant props change to PaginatedList closes #2251 * test: Add enzyme and component test
3 lines
72 B
JavaScript
3 lines
72 B
JavaScript
// @flow
|
|
export const runAllPromises = () => new Promise(setImmediate);
|