* 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);
|