Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Sep 1, 2022
1 parent a24957f commit 56a1194
Show file tree
Hide file tree
Showing 5 changed files with 5,649 additions and 4,661 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "react-native-get-random-values";
import "./react-native/polyfills";
export { AbsentSyncableStateSingleton } from "./react-native/types/AbsentSyncableStateSingleton";
export { Aligned } from "./react-native/components/Aligned";
export { AwaitingPullSyncableStateCollectionItem } from "./react-native/types/AwaitingPullSyncableStateCollectionItem";
Expand Down
10 changes: 5 additions & 5 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
},
"testRegex": "[\\/]unit.jsx?$",
"preset": "react-native",
"transformIgnorePatterns": [
"/node_modules/(?!(@react-native|react-native)/).*/"
],
"setupFilesAfterEnv": [
"./jest.js"
],
"testTimeout": 60000
"testTimeout": 60000,
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
]
}
Loading

0 comments on commit 56a1194

Please sign in to comment.