Skip to content

Commit 11f8d45

Browse files
committed
fix test
1 parent 9776917 commit 11f8d45

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/browser/test/unit/utils/lazyLoadIntegration.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ describe('lazyLoadIntegration', () => {
4848
await expect(() => lazyLoadIntegration('invalid!!!')).rejects.toThrow('Cannot lazy load integration: invalid!!!');
4949
});
5050

51-
test('it rejects without global Sentry variable', async () => {
52-
await expect(() => lazyLoadIntegration('httpClientIntegration')).rejects.toThrow(
53-
'Cannot lazy load integration: httpClientIntegration',
54-
);
55-
});
56-
5751
test('it does not inject a script tag if integration already exists', async () => {
5852
// @ts-expect-error For testing sake
5953
global.Sentry = Sentry;

0 commit comments

Comments
 (0)