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,