From 23917605c3146ddddc02a3f17ec5c7f826a92716 Mon Sep 17 00:00:00 2001 From: Nicolas Cherel Date: Thu, 17 Oct 2024 16:36:04 +0200 Subject: [PATCH] fix(extraction test): put manual existing fixture copy in test case --- packages/cli/test/index.test.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/cli/test/index.test.ts b/packages/cli/test/index.test.ts index 5c4f7d935..eefebebaa 100644 --- a/packages/cli/test/index.test.ts +++ b/packages/cli/test/index.test.ts @@ -295,6 +295,12 @@ describe("E2E Extractor Test", () => { "extract-partial-consistency" ) + await fs.cp( + nodepath.join(rootDir, "existing"), + nodepath.join(rootDir, "actual"), + { recursive: true } + ) + await extractCommand( makeConfig({ rootDir: rootDir,