You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… add an option to not spawn AVA test files as child-processes. Pretty much what ava/profile.js does now. I also need this for testing Electron apps, as their tester needs to inject some globals. Having such option would also fix our React/etc performance issues.
It could be a global option that when turned on would run the test files in the same process in a new script context using the vm module instead of a child process.
jeffijoe, byfoz, rweng, astra137, pvdlg and 3 more