Skip to content

Commit f17f17b

Browse files
slimeelarcin
authored andcommitted
[*] Technical - Jest node configuration (#268)
1 parent 2b9166b commit f17f17b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44
### Changed
5+
- Technical - Jest node configuration.
56
- Technical - Rename `.env.example` file.
67
- Technical - Upgrade ESLint rules.
78
- Technical - Ensure that all files follow the ESLint rules.

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
testEnvironment: 'node',
3+
};

0 commit comments

Comments
 (0)