From d800de13f60dfc15a2221ceeefd2b07780b1c078 Mon Sep 17 00:00:00 2001 From: Adam Butterfield Date: Thu, 14 Jan 2021 14:31:16 +0900 Subject: [PATCH] Update jest config --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 460892a..9366431 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,7 +4,7 @@ module.exports = { }, globals: { 'ts-jest': { - tsConfig: 'tsconfig.jest.json', + tsconfig: 'tsconfig.jest.json', }, }, testRegex: '.+.test.tsx?$',