Skip to content

Commit

Permalink
fix(tests): Set testEnvironmentOptions for Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
winniehell committed Apr 28, 2023
1 parent 2b58f84 commit 659b938
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
"<rootDir>/tests/.*.js",
"<rootDir>/tests/*/*.js"
],
"testEnvironment": "jsdom"
"testEnvironment": "jsdom",
"testEnvironmentOptions": {
"customExportConditions": ["node", "node-addons"]
}
},
"homepage": "https://github.com/posva/vuex-mock-store#readme",
"dependencies": {
Expand Down

0 comments on commit 659b938

Please sign in to comment.