|
|
@@ -145,7 +145,7 @@ export default {
|
|
|
setupFiles: ["<rootDir>/tests/setup.js"],
|
|
|
|
|
|
// A list of paths to modules that run some code to configure or set up the testing framework before each test
|
|
|
- // setupFilesAfterEnv: [],
|
|
|
+ setupFilesAfterEnv: ["<rootDir>/jest.setup.js"],
|
|
|
|
|
|
// The number of seconds after which a test is considered as slow and reported as such in the results.
|
|
|
// slowTestThreshold: 5,
|