Skip to content

Commit 0cc2517

Browse files
authored
fix: ./jest "react-native" export path (#58)
1 parent fd461eb commit 0cc2517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"./jest": {
4242
"source": "./src/jest/index.ts",
43-
"react-native": "./src/jest/index.tsx",
43+
"react-native": "./src/jest/index.ts",
4444
"import": {
4545
"types": "./dist/typescript/module/src/jest/index.d.ts",
4646
"default": "./dist/module/jest/index.js"

0 commit comments

Comments
 (0)