File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 1
- // // @ts -ignore windows
2
- // process.stdout._handle.setBlocking(true);
3
- // // @ts -ignore windows
4
- // process.stderr._handle.setBlocking(true);
5
-
6
- console . log ( 'SETUP' ) ;
7
-
8
- console . log ( process . stdout . isTTY ) ;
9
- console . log ( process . stderr . isTTY ) ;
10
-
11
- // @ts -ignore windows
12
- console . log ( process . stdout . _handle ) ;
13
- // @ts -ignore windows
14
- console . log ( process . stderr . _handle ) ;
Original file line number Diff line number Diff line change 1
- console . log ( 'SETUP AFTER ENV' ) ;
2
- console . log ( process . stdout . isTTY ) ;
3
- console . log ( process . stderr . isTTY ) ;
4
- // @ts -ignore windows
5
- console . log ( process . stdout . _handle ) ;
6
- // @ts -ignore windows
7
- console . log ( process . stderr . _handle ) ;
8
-
9
1
// Default timeout per test
10
2
// some tests may take longer in which case you should specify the timeout
11
3
// explicitly for each test by using the third parameter of test function
You can’t perform that action at this time.
0 commit comments