Skip to content

Commit fd6c608

Browse files
authored
Update packages/tracing/test/index.test.ts
1 parent fc33c16 commit fd6c608

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/tracing/test/index.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,4 @@ describe('index', () => {
2020
const transaction = hub.startTransaction({ name: 'test', endTimestamp: 123 });
2121
expect(transaction).toBeDefined();
2222
});
23-
24-
it('patches the global hub as a side effect', () => {
25-
const hub = getCurrentHub();
26-
const transaction = hub.startTransaction({ name: 'test', endTimestamp: 123 });
27-
expect(transaction).toBeDefined();
28-
});
2923
});

0 commit comments

Comments
 (0)