Skip to content

Commit

Permalink
Update to jest-environment-jsdom-sixteen
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Jan 31, 2020
1 parent e26c095 commit 1a24627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^5.0.2",
"jest": "^25.1.0",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-environment-jsdom-sixteen": "^1.0.0",
"jest-serializer-vue": "^2.0.2",
"jsdom": "^16.0.1",
"jsdom-global": "^3.0.2",
Expand Down Expand Up @@ -108,7 +108,7 @@
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
},
"testEnvironment": "jest-environment-jsdom-fourteen",
"testEnvironment": "jest-environment-jsdom-sixteen",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
Expand Down

0 comments on commit 1a24627

Please sign in to comment.