From b845e279a49559deeced26f6be0631ba3bd54b18 Mon Sep 17 00:00:00 2001 From: Tyler Whitman Date: Fri, 8 Mar 2024 14:56:09 -0800 Subject: [PATCH] fix test --- jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 3f61cbb8..a5145f21 100644 --- a/jest.config.js +++ b/jest.config.js @@ -12,7 +12,6 @@ module.exports = { './node_modules/react-native-gesture-handler/jestSetup.js', '@testing-library/jest-native/extend-expect', './jestSetup', - '@react-native-mapbox-gl/maps/setup-jest', ], transformIgnorePatterns: ['node_modules/(?!@helium)/'], preset: 'react-native',