From 803006a8c5e1f04d525875481810f95c34480ec8 Mon Sep 17 00:00:00 2001 From: Michel Diz Date: Wed, 11 Oct 2023 16:51:53 -0300 Subject: [PATCH] Issue with update-schema --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index e11432c..06ef88a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,7 +5,7 @@ module.exports = { transform: { '^.+\\.tsx?$': 'ts-jest', }, - globalSetup: '/src/__tests__/setup.ts', + // globalSetup: '/src/__tests__/setup.ts', // globalTeardown: '/src/__tests__/teardown.ts', testPathIgnorePatterns: ["/src/__tests__/setup.ts", "/src/__tests__/teardown.ts"], };