From 93fa21fff0fafbbb6e5705b13f3be631105d7140 Mon Sep 17 00:00:00 2001 From: baldo Date: Mon, 7 Feb 2022 20:58:01 +0100 Subject: [PATCH] Update jest config to avoid deprecated settings. --- jest.server.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.server.config.js b/jest.server.config.js index c5c8762..a5505d0 100644 --- a/jest.server.config.js +++ b/jest.server.config.js @@ -4,7 +4,7 @@ module.exports = { roots: ['/server'], globals: { 'ts-jest': { - tsConfig: '/server/tsconfig.json' + tsconfig: '/server/tsconfig.json' } } };