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', () => {
3737 // expect(spy).toBeCalledTimes(3);
3838 // });
3939
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+ // });
4747
4848 // test('finishing a transaction after debounce', () => {
4949 // jest.useFakeTimers();
You can’t perform that action at this time.
0 commit comments