From c833bc167865cda1d7f6e655a20c09c55b4ee8f5 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Thu, 29 Jan 2026 11:01:23 -0500 Subject: [PATCH] Fix jest config --- jest.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 01840e16..c08948fe 100644 --- a/jest.config.js +++ b/jest.config.js @@ -15,12 +15,11 @@ module.exports = { '^@actions/http-client/lib/interfaces$': '/packages/http-client/lib/interfaces.js', '^@actions/github$': '/packages/github/lib/github.js', '^@actions/github/lib/utils$': '/packages/github/lib/utils.js', - '^@actions/glob$': '/packages/glob/lib/glob.js' + '^@actions/glob$': '/packages/glob/lib/glob.js', '^@actions/tool-cache$': '/packages/tool-cache/lib/tool-cache.js' }, transform: { '^.+\\.(ts|js)$': ['ts-jest', { - isolatedModules: true, diagnostics: {warnOnly: true}, tsconfig: { allowJs: true,