From c1e226146d05aea17dfec85d98bb8e1e194cdfe2 Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Mon, 9 Jan 2023 08:42:37 -0800 Subject: [PATCH] Fix path to test files --- actions-workflow-parser/src/xlang.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions-workflow-parser/src/xlang.test.ts b/actions-workflow-parser/src/xlang.test.ts index c6aec31..22165b8 100644 --- a/actions-workflow-parser/src/xlang.test.ts +++ b/actions-workflow-parser/src/xlang.test.ts @@ -16,7 +16,7 @@ const nullTrace: TraceWriter = { error: (x) => {}, } -const testFiles = "./testData/reader" +const testFiles = "../testData/reader" describe("x-lang tests", () => { const files = fs.readdirSync(testFiles)