Skip to content

Commit 8f6471e

Browse files
author
Ali Abdelfattah
authored
Remove duplicate import statement
1 parent 59b7a79 commit 8f6471e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

InstabugSample/__tests__/instabugUtils.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* @lint-ignore-every XPLATJSCOPYRIGHT1
44
*/
55

6-
import 'react-native';
76
import { NativeModules, Platform } from 'react-native';
87
import '../../jest/mockInstabug';
98
import Instabug from 'instabug-reactnative';
@@ -77,4 +76,4 @@ describe('Test global error handler', () => {
7776
// });
7877

7978

80-
});
79+
});

0 commit comments

Comments
 (0)