* fix: Data loading state not reset when significant props change to PaginatedList closes #2251 * test: Add enzyme and component test
13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"verbose": false,
|
|
"rootDir": "..",
|
|
"roots": [
|
|
"<rootDir>/server",
|
|
"<rootDir>/shared"
|
|
],
|
|
"setupFiles": [
|
|
"<rootDir>/__mocks__/console.js",
|
|
"./server/test/setup.js"
|
|
],
|
|
"testEnvironment": "node"
|
|
} |