Skip to content

Commit 910f52c

Browse files
committed
fix: config update
1 parent 2830ce5 commit 910f52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expo-app/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
],
1010
setupFilesAfterEnv: ["@testing-library/jest-native/extend-expect"],
1111
collectCoverage: true,
12-
collectCoverageFrom: ["src/**/*.{js,jsx}"],
12+
collectCoverageFrom: ["app/**/*.{ts,tsx}"],
1313
reporters: ["default", "jest-junit"],
1414

1515
testMatch: ["<rootDir>/__tests__/**/*.test.(js|jsx)"],

0 commit comments

Comments
 (0)