Skip to content

Commit

Permalink
remove eta extension from files with no conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
katsuroo committed Sep 27, 2024
1 parent 2b12ff7 commit cbf4507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module.exports = {
],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
moduleNameMapper: {
'.+\\.(png|jpg|ttf|woff|woff2)$':
'<rootDir>/src/test/fileMock.js',
'.+\\.(png|jpg|ttf|woff|woff2)$': '<rootDir>/src/test/fileMock.js',
},
setupFilesAfterEnv: [
'@testing-library/jest-native/extend-expect',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"assets/*": ["assets/*"]
}
},
"include": ["src/**/*", "*.js", ".*.js", "*.ts", "*.tsx", "__mocks__"],
"include": ["src/**/*", "*.js", ".*.js", "*.ts", "*.tsx", "__mocks__"],
"exclude": [
"node_modules",
"babel.config.js",
Expand Down

0 comments on commit cbf4507

Please sign in to comment.