Finished testing implementation
This commit is contained in:
12
FastNotes/jest.config.js
Normal file
12
FastNotes/jest.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
preset: "jest-expo",
|
||||
clearMocks: true,
|
||||
watchman: false,
|
||||
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
|
||||
moduleNameMapper: {
|
||||
"^@/(.*)$": "<rootDir>/$1",
|
||||
},
|
||||
transformIgnorePatterns: [
|
||||
"node_modules/(?!((jest-)?react-native|@react-native(-community)?|expo(nent)?|@expo(nent)?/.*|@expo/.*|expo-router|@react-navigation/.*|react-native-safe-area-context|react-native-reanimated|react-native-gesture-handler|react-native-screens))",
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user