Skip to content

Commit 699159f

Browse files
committed
fix: fixed code outside src causing built folder path mismatch
1 parent cf3a464 commit 699159f

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

example/jest.config.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"jest": {
114114
"preset": "react-native",
115115
"setupFilesAfterEnv": [
116-
"./jest.setup.ts"
116+
"./src/jest.setup.ts"
117117
],
118118
"transformIgnorePatterns": [
119119
"node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation|@react-native/js-polyfills)"
File renamed without changes.

0 commit comments

Comments
 (0)