From 72c4c9ec8fe276ecdb9fd7d21138c2c28f279eca Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 30 Jul 2022 23:25:16 -0500 Subject: [PATCH] change keystore mock sub --- squarenotsquare/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squarenotsquare/jest.config.js b/squarenotsquare/jest.config.js index 1fd92fd..9e0fac9 100644 --- a/squarenotsquare/jest.config.js +++ b/squarenotsquare/jest.config.js @@ -6,7 +6,7 @@ module.exports = { moduleDirectories: ['node_modules', 'src'], moduleNameMapper: { // '@react-native-firebase/messaging: '/__mock__/mockFirebase.js', - '../services/Keystore': '/__mock__/mockKeyStore.js', + 'react-native-secure-key-store': '/__mock__/mockKeyStore.js', '\\.(jpg|ico|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '/__mock__/file.js', '^(realm)': '/__mock__/mockRealmObject' },