Skip to content

Commit

Permalink
Issue with update-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelDiz committed Oct 11, 2023
1 parent 93affe8 commit 803006a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
globalSetup: '<rootDir>/src/__tests__/setup.ts',
// globalSetup: '<rootDir>/src/__tests__/setup.ts',
// globalTeardown: '<rootDir>/src/__tests__/teardown.ts',
testPathIgnorePatterns: ["<rootDir>/src/__tests__/setup.ts", "<rootDir>/src/__tests__/teardown.ts"],
};

0 comments on commit 803006a

Please sign in to comment.