diff --git a/web/jest.config.js b/web/jest.config.js index cd256cdb..969895a7 100644 --- a/web/jest.config.js +++ b/web/jest.config.js @@ -58,7 +58,7 @@ module.exports = { // A set of global variables that need to be available in all test environments globals: { "ts-jest": { - "tsConfig": "tsconfig.test.json" + "tsconfig": "tsconfig.test.json" } },