diff --git a/jest.config.js b/jest.config.js index 714750d..75f626a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -10,5 +10,6 @@ module.exports = { "js", "ts", "node" - ] + ], + "testEnvironment": "node" }