Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
fix(jest): jest 27 changed the default test environment to node
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed May 29, 2021
1 parent 7488aa2 commit 8c27b44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ module.exports = {
collectCoverageFrom: [
'<rootDir>/components/**/*.vue',
'<rootDir>/pages/**/*.vue'
]
],
testEnvironment: 'jsdom'
}

0 comments on commit 8c27b44

Please sign in to comment.