Skip to content

Commit

Permalink
Rename jest-setup.js -> jest.setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Nov 28, 2023
1 parent 4413e80 commit a191aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
'frontend/js/app',
],
setupFilesAfterEnv: [
'./jest-setup.js',
'./jest.setup.js',
],
testEnvironment: 'jsdom',
collectCoverageFrom: [
Expand Down
File renamed without changes.

0 comments on commit a191aa8

Please sign in to comment.