Skip to content

Commit

Permalink
chore: fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Jul 21, 2022
1 parent 1506a2c commit 156c0a1
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 235 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
auto-install-peers=true
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -95,7 +95,13 @@
"snapshotSerializers": [
"jest-serializer-vue"
],
"testEnvironment": "jsdom"
"testEnvironment": "jsdom",
"testEnvironmentOptions": {
"customExportConditions": [
"node",
"node-addons"
]
}
},
"engines": {
"node": ">= 4.0.0",
Expand Down

0 comments on commit 156c0a1

Please sign in to comment.