Skip to content

Commit

Permalink
fix: fixed code outside src causing built folder path mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
JairajJangle committed Jul 20, 2023
1 parent cf3a464 commit 699159f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions example/jest.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"jest": {
"preset": "react-native",
"setupFilesAfterEnv": [
"./jest.setup.ts"
"./src/jest.setup.ts"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation|@react-native/js-polyfills)"
Expand Down
File renamed without changes.

0 comments on commit 699159f

Please sign in to comment.