Skip to content

Commit

Permalink
set testEnvironment to node
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Jun 10, 2021
1 parent 79b3185 commit a84e6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module.exports = {
collectCoverage: true,
testEnvironment: 'node',
coverageReporters: ['text', 'html'],
testMatch: ['**/test/**/*.[jt]s?(x)']
}

0 comments on commit a84e6bf

Please sign in to comment.