Skip to content

Commit

Permalink
build: node env for LWC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Sep 13, 2023
1 parent 9db864d commit 6987329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions force-app/main/default/lwc/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"files": ["*.test.js"],
"rules": {
"@lwc/lwc/no-unexpected-wire-adapter-usages": "off"
},
"env": {
"node": true
}
}
]
Expand Down

0 comments on commit 6987329

Please sign in to comment.