Skip to content

Commit 0781008

Browse files
Thomas CRATERThomas CRATER
authored andcommitted
Modifying jest config to pass the test
1 parent 1de48f9 commit 0781008

File tree

3 files changed

+1027
-38
lines changed

3 files changed

+1027
-38
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
collectCoverage: true,
33
collectCoverageFrom: ['src/functions/*.js'],
4+
testEnvironment: "jsdom",
45
};

0 commit comments

Comments
 (0)