Skip to content

Commit 776bce4

Browse files
committed
1 parent 1a98655 commit 776bce4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jest.config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ module.exports = {
1414
transformIgnorePatterns: [
1515
"node_modules/(?!(jest-)?react-native|@react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|sentry-expo|native-base)",
1616
],
17-
setupFilesAfterEnv: ["<rootDir>/__tests__/__mocks__/index.ts"],
17+
setupFilesAfterEnv: [
18+
"<rootDir>/__tests__/__mocks__/index.ts",
19+
"@testing-library/jest-native/extend-expect",
20+
],
1821
coverageReporters: ["json-summary", "text", "lcov"],
1922
collectCoverageFrom: [
2023
"**/*.{ts,tsx}",

0 commit comments

Comments
 (0)