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
This commit is contained in:
Tom Moor
2021-06-26 21:49:25 -07:00
committed by GitHub
parent 31180619e1
commit 088353d61f
10 changed files with 598 additions and 155 deletions

View File

@@ -7,7 +7,7 @@
],
"setupFiles": [
"<rootDir>/__mocks__/console.js",
"./server/test/helper.js"
"./server/test/setup.js"
],
"testEnvironment": "node"
}