File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- import type { ApmNativeModule } from '../../src/native/ApmNativeModule ' ;
1
+ import type { ApmNativeModule } from '../../src/native/NativeAPM ' ;
2
2
3
3
const mockAPM : ApmNativeModule = {
4
4
addListener : jest . fn ( ) ,
Original file line number Diff line number Diff line change 1
- import type { BugReportingNativeModule } from '../../src/native/BugReportingNativeModule ' ;
1
+ import type { BugReportingNativeModule } from '../../src/native/NativeBugReporting ' ;
2
2
3
3
const mockBugReporting : BugReportingNativeModule = {
4
4
addListener : jest . fn ( ) ,
Original file line number Diff line number Diff line change 1
- import type { CrashReportingNativeModule } from '../../src/native/CrashReportingNativeModule ' ;
1
+ import type { CrashReportingNativeModule } from '../../src/native/NativeCrashReporting ' ;
2
2
3
3
const mockCrashReporting : CrashReportingNativeModule = {
4
4
addListener : jest . fn ( ) ,
Original file line number Diff line number Diff line change 1
- import type { FeatureRequestsNativeModule } from '../../src/native/FeatureRequestsNativeModule ' ;
1
+ import type { FeatureRequestsNativeModule } from '../../src/native/NativeFeatureRequests ' ;
2
2
3
3
const mockFeatureRequests : FeatureRequestsNativeModule = {
4
4
addListener : jest . fn ( ) ,
Original file line number Diff line number Diff line change 1
- import type { InstabugNativeModule } from '../../src/native/InstabugNativeModule ' ;
1
+ import type { InstabugNativeModule } from '../../src/native/NativeInstabug ' ;
2
2
3
3
const mockInstabug : InstabugNativeModule = {
4
4
addListener : jest . fn ( ) ,
Original file line number Diff line number Diff line change 1
- import type { InstabugNativePackage } from '../../src/native' ;
1
+ import type { InstabugNativePackage } from '../../src/native/NativePackage ' ;
2
2
import mockAPM from './mockAPM' ;
3
3
import mockBugReporting from './mockBugReporting' ;
4
4
import mockCrashReporting from './mockCrashReporting' ;
Original file line number Diff line number Diff line change 1
- import type { RepliesNativeModule } from '../../src/native/RepliesNativeModule ' ;
1
+ import type { RepliesNativeModule } from '../../src/native/NativeReplies ' ;
2
2
3
3
const mockReplies : RepliesNativeModule = {
4
4
addListener : jest . fn ( ) ,
Original file line number Diff line number Diff line change 1
- import type { SurveysNativeModule } from '../../src/native/SurveysNativeModule ' ;
1
+ import type { SurveysNativeModule } from '../../src/native/NativeSurveys ' ;
2
2
3
3
const mockSurveys : SurveysNativeModule = {
4
4
addListener : jest . fn ( ) ,
You can’t perform that action at this time.
0 commit comments