File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ describe('TransactionActivity', () => {
37
37
// expect(spy).toBeCalledTimes(3);
38
38
// });
39
39
40
- test ( 'multiple activities ' , ( ) => {
41
- Tracing . pushActivity ( 'xhr' ) ;
42
- const a = Tracing . pushActivity ( 'xhr2' ) ;
43
- Tracing . popActivity ( a ) ;
44
- Tracing . pushActivity ( 'xhr3' ) ;
45
- expect ( Object . keys ( ( Tracing as any ) . _activities ) ) . toHaveLength ( 2 ) ;
46
- } ) ;
40
+ // test('multiple activities ', () => {
41
+ // Tracing.pushActivity('xhr');
42
+ // const a = Tracing.pushActivity('xhr2');
43
+ // Tracing.popActivity(a);
44
+ // Tracing.pushActivity('xhr3');
45
+ // expect(Object.keys((Tracing as any)._activities)).toHaveLength(2);
46
+ // });
47
47
48
48
// test('finishing a transaction after debounce', () => {
49
49
// jest.useFakeTimers();
You can’t perform that action at this time.
0 commit comments