File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ describe('preload', () => {
28
28
29
29
await import ( '../../src/preload' ) ;
30
30
31
- expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Http instrumentation' ) ;
32
31
expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Express instrumentation' ) ;
33
32
expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Graphql instrumentation' ) ;
34
33
} ) ;
@@ -43,7 +42,6 @@ describe('preload', () => {
43
42
44
43
await import ( '../../src/preload' ) ;
45
44
46
- expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Http instrumentation' ) ;
47
45
expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Express instrumentation' ) ;
48
46
expect ( logSpy ) . not . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Graphql instrumentation' ) ;
49
47
} ) ;
You can’t perform that action at this time.
0 commit comments