From f7d6f67af6dae6b74f4f9bc6f116bf01011876c8 Mon Sep 17 00:00:00 2001 From: labkey-nicka Date: Wed, 5 Aug 2026 10:28:20 -0700 Subject: [PATCH] Update path --- elisa/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisa/jest.config.js b/elisa/jest.config.js index f7fe5d222..dec31f780 100644 --- a/elisa/jest.config.js +++ b/elisa/jest.config.js @@ -26,7 +26,7 @@ module.exports = { '^.+\\.tsx?$': [ 'ts-jest', { - tsconfig: 'node_modules/@labkey/build/webpack/tsconfig.test.json', + tsconfig: 'node_modules/@labkey/build/configs/tsconfig.test.json', } ] }