diff --git a/jestSetup.js b/jest-setup.js similarity index 100% rename from jestSetup.js rename to jest-setup.js diff --git a/jest.config.js b/jest.config.js index e07b6437..c5a54af8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -23,7 +23,7 @@ const config = { moduleNameMapper: { '@/(.*)$': '/src/$1', }, - setupFilesAfterEnv: ['/jestSetup.js'], + setupFilesAfterEnv: ['/jest-setup.js'], // the summary of all failed tests will be printed if there are ten or more failing tests reporters: [['summary', { summaryThreshold: 1 }]], };