From 705cb6235728d6face361ddac29a97be67a9d762 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Mon, 11 Apr 2022 16:02:36 -0700 Subject: [PATCH] fix unit test debugging --- .vscode/launch.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index bef12bd786af..2a1d7141b53c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -47,9 +47,6 @@ // this runs one test at a time, rather than running them in parallel (necessary for debugging so that you know // you're hitting a single test's breakpoints, in order) "--runInBand", - // TODO: when we unify jest config, we may need to change this - "--config", - "${workspaceFolder}/packages/${input:getPackageName}/package.json", // coverage messes up the source maps "--coverage", "false",