Skip to content

Commit

Permalink
fix(extraction test): put manual existing fixture copy in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cherel committed Oct 17, 2024
1 parent 38febb7 commit 2391760
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/cli/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2391760

Please sign in to comment.