Skip to content

Commit

Permalink
fix cli plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Apr 26, 2022
1 parent 7c87bf2 commit 46c4be8
Show file tree
Hide file tree
Showing 11 changed files with 964 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/__tests__/e2e/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ${HELP}`);

const expectedBuildResult = compareSync(
`${testCaseDir}/build`,
`${testCaseDir}/expected/build`,
`${testCaseDir}/expected/build-artifacts`,
{ compareContent: true }
);

Expand Down
Loading

0 comments on commit 46c4be8

Please sign in to comment.