From 94acfc85d9f23d8a9d7e0f92f233495c2a3566ab Mon Sep 17 00:00:00 2001 From: Denis Bardadym Date: Fri, 27 Dec 2024 11:09:08 +0100 Subject: [PATCH] Remove jest config --- jest.config.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 jest.config.js diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 315959a..0000000 --- a/jest.config.js +++ /dev/null @@ -1,6 +0,0 @@ -/** @type {import('ts-jest').JestConfigWithTsJest} */ -module.exports = { - preset: 'ts-jest', - testEnvironment: 'node', - testPathIgnorePatterns: ["/node_modules/", "/dist/"] -}; \ No newline at end of file