From 807b436747cca390b23303bdf2c7a1a82c2ce621 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Wed, 24 Apr 2024 13:48:37 -0700 Subject: [PATCH] Revert "fix jest config" This reverts commit 262fed01f88c4d7e3bbc525c115016f9eea259b2. --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 2cfbe8b4521..f75e990b6ef 100644 --- a/jest.config.js +++ b/jest.config.js @@ -8,7 +8,7 @@ 'use strict'; -const tsconfig = require('./tsconfig.test.paths.json'); +const tsconfig = require('./tsconfig.json'); const common = { modulePathIgnorePatterns: ['/npm'],