diff --git a/templates/testingLibrary/jest.config.js.eta b/templates/testingLibrary/jest.config.js similarity index 89% rename from templates/testingLibrary/jest.config.js.eta rename to templates/testingLibrary/jest.config.js index 2e0ef4a..9bcbd0a 100644 --- a/templates/testingLibrary/jest.config.js.eta +++ b/templates/testingLibrary/jest.config.js @@ -7,8 +7,7 @@ module.exports = { ], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], moduleNameMapper: { - '.+\\.(png|jpg|ttf|woff|woff2)$': - '/src/test/fileMock.js', + '.+\\.(png|jpg|ttf|woff|woff2)$': '/src/test/fileMock.js', }, setupFilesAfterEnv: [ '@testing-library/jest-native/extend-expect', diff --git a/templates/typescript/tsconfig.json.eta b/templates/typescript/tsconfig.json similarity index 90% rename from templates/typescript/tsconfig.json.eta rename to templates/typescript/tsconfig.json index a4f15a7..b151fbc 100644 --- a/templates/typescript/tsconfig.json.eta +++ b/templates/typescript/tsconfig.json @@ -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",