Skip to content

Commit

Permalink
revert jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Jan 17, 2025
1 parent e76e4c4 commit 5740233
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 @@ -6,7 +6,7 @@ module.exports = {
'\\.(ts|tsx)$': 'ts-jest',
},
setupFiles: ['./jest.setup.ts'],
testMatch: ['**/packages/vertexai/__tests__/**/*.test.(ts|js)'],
testMatch: ['**/packages/**/__tests__/**/*.test.(ts|js)'],
modulePaths: ['node_modules', './tests/node_modules'],
testPathIgnorePatterns: ['./packages/template'],
moduleDirectories: ['node_modules', './tests/node_modules'],
Expand Down

0 comments on commit 5740233

Please sign in to comment.