Skip to content

Commit

Permalink
fix: update jest config + update validator to .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielSir-fb authored and a0ngo committed Dec 11, 2023
1 parent a6873fc commit 3be7813
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/shared/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ const config: Config.InitialOptions = {
extensionsToTreatAsEsm: ['.ts', '.tsx'],
};

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {
'^.+\\.ts?$': 'ts-jest',
},
transformIgnorePatterns: ['<rootDir>/node_modules/'],
};

export default config;
File renamed without changes.

0 comments on commit 3be7813

Please sign in to comment.