Closed jnicklas closed 4 years ago
This works differently depending on whether we run via ts-node or mocha, so to work with both we need a baseline which works in either case. ts-node sets execArgv, while mocha does not.
This took me way longer to figure out than I'd care to admit 😅
This works differently depending on whether we run via ts-node or mocha, so to work with both we need a baseline which works in either case. ts-node sets execArgv, while mocha does not.