diff --git a/cli/package.json b/cli/package.json index 0e920cf82..95299ee4f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -60,6 +60,7 @@ "jest": { "testPathIgnorePatterns": [ "src/commands/test.js" - ] + ], + "testEnvironment": "node" } }