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 487a2d9 commit ef5c59cCopy full SHA for ef5c59c
jest/setup.tsx
@@ -83,10 +83,7 @@ jest.mock('../src/spec/NativeGoogleSignin', () => mockFactory());
83
84
// the following are for jest testing outside of the library, where the paths are different
85
// alternative is to use moduleNameMapper in user space
86
-const mockModulePaths = [
87
- '../../../lib/commonjs/spec/NativeGoogleSignin',
88
- '../../../lib/module/spec/NativeGoogleSignin',
89
-];
+const mockModulePaths = ['../../../lib/module/spec/NativeGoogleSignin'];
90
mockModulePaths.forEach((path) => {
91
try {
92
require.resolve(path);
0 commit comments