From 3655eef971d00a96501c193283469e3a0e12ba28 Mon Sep 17 00:00:00 2001 From: Tobias Steckenborn <50519619+tsteckenborn@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:41:30 +0200 Subject: [PATCH] fix: :ambulance: Add testEnvironment again --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 204e27bc..4c5b3a89 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,5 @@ module.exports = { + testEnvironment: 'node', preset: "ts-jest", globals: { "ts-jest": {