From 55191d5a6df6d296cf8d41e3cd64e976751c87a9 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Wed, 12 Apr 2023 16:29:57 -0300 Subject: [PATCH] Fix jest config for aztec-rpc --- yarn-project/aztec-rpc/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yarn-project/aztec-rpc/package.json b/yarn-project/aztec-rpc/package.json index 4bc61828a5c..236ec730cf1 100644 --- a/yarn-project/aztec-rpc/package.json +++ b/yarn-project/aztec-rpc/package.json @@ -25,8 +25,7 @@ "preset": "ts-jest/presets/default-esm", "globals": { "ts-jest": { - "useESM": true, - "tsconfig": "../tsconfig.json" + "useESM": true } }, "moduleNameMapper": {