From 87dd356204546bfd1c9048ee7801d97f088c28ff Mon Sep 17 00:00:00 2001 From: Tobias Steckenborn <50519619+tsteckenborn@users.noreply.github.com> Date: Mon, 12 Jul 2021 15:32:32 +0200 Subject: [PATCH] refactor: :fire: Add ts-jest preset, remove manual transformation --- jest.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jest.config.js b/jest.config.js index 47e926d3..204e27bc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,8 +1,5 @@ module.exports = { - testEnvironment: 'node', - transform: { - "\\.ts$": "ts-jest" - }, + preset: "ts-jest", globals: { "ts-jest": { diagnostics: {