Skip to content

Commit

Permalink
fix(cli): set test environment to node (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Aug 30, 2021
1 parent 8e24dd3 commit 36d311b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"jest": {
"testPathIgnorePatterns": [
"src/commands/test.js"
]
],
"testEnvironment": "node"
}
}

0 comments on commit 36d311b

Please sign in to comment.