Loading

Often you’ll have some setup that you want to run before your tests start. Let’s see how we can use the setupFilesAfterEnv configuration in Jest to take care of test boilerplate and establish a good testing environment for our tests.

Transcript

Configure Jest to Run Setup for All Tests with Jest setupFilesAfterEnv