Skip to content

Commit

Permalink
Specify jest environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fheft committed Sep 7, 2021
1 parent 0c48529 commit 869ac6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ expect.extend({
}
},
});


3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
],
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
]
],
"testEnvironment": "jsdom"
}
}

0 comments on commit 869ac6e

Please sign in to comment.