Jul 25, 2017 · 1 min read
In theory you could run even integration tests that use (and even mutate) global values by using Node’s vm module, it’s slightly more work as you need to set up things like require and that within the new global environment, but it does allow you to run them concurrently.
