diff --git a/test/jest.config.json b/test/jest.config.json index 5ecaf1821..276ea397c 100644 --- a/test/jest.config.json +++ b/test/jest.config.json @@ -1,4 +1,5 @@ { + "testEnvironment": "node", "roots": ["/tests"], "collectCoverageFrom": ["**/*.js"], "transform": { @@ -8,4 +9,4 @@ "/tests/**/__tests__/**/*.[jt]s?(x)", "/tests/**/*(*.)@(spec|test).[tj]s?(x)" ] -} \ No newline at end of file +}