We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9166b commit f17f17bCopy full SHA for f17f17b
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [Unreleased]
4
### Changed
5
+- Technical - Jest node configuration.
6
- Technical - Rename `.env.example` file.
7
- Technical - Upgrade ESLint rules.
8
- Technical - Ensure that all files follow the ESLint rules.
jest.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
+ testEnvironment: 'node',
+};
0 commit comments