bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

We need to set execArgv because ts-node changes it #53

Closed jnicklas closed 4 years ago

jnicklas commented 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.

jnicklas commented 4 years ago

This took me way longer to figure out than I'd care to admit 😅