Skip to content

Commit df22f58

Browse files
committed
fix type errors in hub tests
1 parent bda2f6f commit df22f58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/hub/test/global.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
import { getGlobalObject } from '@sentry/utils';
2+
13
import { getCurrentHub, getHubFromCarrier, Hub } from '../src';
24

5+
const global = getGlobalObject();
6+
37
describe('global', () => {
48
test('getGlobalHub', () => {
59
expect(getCurrentHub()).toBeTruthy();

0 commit comments

Comments
 (0)