We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d2d5a commit 5e3edabCopy full SHA for 5e3edab
1 file changed
tests/unit/GoogleTagManagerTest.tsx
@@ -95,8 +95,6 @@ jest.mock('@react-navigation/stack', () => ({
95
},
96
}));
97
98
-jest.mock('@libs/Navigation/Navigation');
99
-
100
// Mock createPlatformStackNavigator
101
jest.mock('@libs/Navigation/PlatformStackNavigation/createPlatformStackNavigator', () => {
102
return jest.fn(() => {
0 commit comments