From 5e2d87c11be950f344b0954639a6ad58a0bd397b Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 27 Mar 2023 15:27:21 -0600 Subject: [PATCH] proper import --- lib/test/makeOutput.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test/makeOutput.ts b/lib/test/makeOutput.ts index 278dbce..61beeb6 100644 --- a/lib/test/makeOutput.ts +++ b/lib/test/makeOutput.ts @@ -357,6 +357,6 @@ writeConvertedFile( }, }, { - startSdk: "../..", + startSdk: "..", } );