File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ describe('preload', () => {
2828
2929 await import ( '../../src/preload' ) ;
3030
31- expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Http instrumentation' ) ;
3231 expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Express instrumentation' ) ;
3332 expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Graphql instrumentation' ) ;
3433 } ) ;
@@ -43,7 +42,6 @@ describe('preload', () => {
4342
4443 await import ( '../../src/preload' ) ;
4544
46- expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Http instrumentation' ) ;
4745 expect ( logSpy ) . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Express instrumentation' ) ;
4846 expect ( logSpy ) . not . toHaveBeenCalledWith ( 'Sentry Logger [log]:' , '[Sentry] Preloaded Graphql instrumentation' ) ;
4947 } ) ;
You can’t perform that action at this time.
0 commit comments