Skip to content

Commit

Permalink
chore: update file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Feb 28, 2024
1 parent 573e1c8 commit 8f78c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = {
moduleNameMapper: {
'@/(.*)$': '<rootDir>/src/$1',
},
setupFilesAfterEnv: ['<rootDir>/jestSetup.js'],
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
// the summary of all failed tests will be printed if there are ten or more failing tests
reporters: [['summary', { summaryThreshold: 1 }]],
};
Expand Down

0 comments on commit 8f78c4d

Please sign in to comment.