Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: teardown browser in watch mode. (#270)
When jest is running in Watch mode, each test run creates a new browser — so we’ll want to teardown the browser to avoid memory leaks.
- Loading branch information