avajs/ava

Cold-start forks for faster test runs in watch mode

novemberborn opened this issue · 0 comments

As suggested by @jamestalmage during our JavaScript Air interview we could cold-start forks in watch mode. Then when changes are detected we can run tests more quickly, since the forks are already running.

Blocked by #718 which will let us manage forks separately of test runs.