This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jest: Set testEnvironment to 'node' when targeting node (#1030)
Since the `testEnvironment` default of `'jsdom'` is only suitable when testing code intended to run in a browser environment. See: https://jestjs.io/docs/en/configuration.html#testenvironment-string Fixes #1020.
- Loading branch information