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', } ] }