From e6d0ce6fb1667619fcd7743ecf685d00d77bfefa Mon Sep 17 00:00:00 2001 From: Kurt Hutten Irev-Dev Date: Wed, 14 Aug 2024 14:14:43 +1000 Subject: [PATCH] put kcl files together --- e2e/playwright/projects.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/playwright/projects.spec.ts b/e2e/playwright/projects.spec.ts index 94865741b..4459d3423 100644 --- a/e2e/playwright/projects.spec.ts +++ b/e2e/playwright/projects.spec.ts @@ -112,11 +112,11 @@ test( ]) await Promise.all([ fsp.copyFile( - 'e2e/playwright/kcl-samples/router-template-slate.kcl', + 'src/wasm-lib/tests/executor/inputs/router-template-slate.kcl', `${dir}/router-template-slate/main.kcl` ), fsp.copyFile( - 'e2e/playwright/kcl-samples/bracket.kcl', + 'src/wasm-lib/tests/executor/inputs/focusrite_scarlett_mounting_braket.kcl', `${dir}/bracket/main.kcl` ), ])