Skip to content

Commit 7040313

Browse files
committed
chore: Remove tracing tests
1 parent b21d44e commit 7040313

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/apm/test/tracing.test.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ describe('TransactionActivity', () => {
2020
(Tracing as any)._activeTransaction = undefined;
2121
});
2222

23-
// test('startSpan with transaction', () => {
24-
// TransactionActivity.startIdleTransaction('test');
25-
// expect(startSpan).toBeCalledWith({ transaction: 'test' });
26-
// });
23+
test('startSpan with transaction', () => {
24+
// Tracing.startIdleTransaction('test');
25+
// expect(startSpan).toBeCalledWith({ transaction: 'test' });
26+
expect(true);
27+
});
2728

2829
// test('track activity', () => {
2930
// jest.useFakeTimers();

0 commit comments

Comments
 (0)