From 5740233970443c312afc75be56b2a5ecdb3643cb Mon Sep 17 00:00:00 2001 From: russellwheatley Date: Fri, 17 Jan 2025 12:06:21 +0000 Subject: [PATCH] revert jest config --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index b618b1c0d8..40efbfead5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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'],