From bea7231cb132f34b6a642928e48474c2e3885563 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 5 Dec 2022 12:13:36 -0800 Subject: [PATCH] test: cleaning up our jest config (#700) --- jest.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jest.config.js b/jest.config.js index 5dd35e1b9..3f986a46b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -12,13 +12,6 @@ module.exports = { }, modulePaths: [''], modulePathIgnorePatterns: ['/dist/'], - /** - * Not sure why, but the non-legacy preset gives us TS compilation errors - * since it's not properly reading our testing TS config. - * @see {@link https://kulshekhar.github.io/ts-jest/docs/getting-started/presets} - * @see {@link https://kulshekhar.github.io/ts-jest/docs/getting-started/options/tsconfig/} - */ - preset: 'ts-jest/presets/js-with-ts-legacy', roots: [''], setupFiles: ['./__tests__/setup'], setupFilesAfterEnv: ['jest-extended/all'],