Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Dec 24, 2023
1 parent ee2145d commit e9185f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/migrate-test-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ await $({

test.each([...filesExpectedToBeChanged])("verify %s", async (file) => {
const { stdout } = await execaCommand(`git diff HEAD -- ${file}`);
expect(stdout.slice(2)).toMatchSnapshot();
expect(stdout.split("\n").slice(2).join("\n")).toMatchSnapshot();
});

test("check for unstagedModifiedFiles", async () => {
Expand Down

0 comments on commit e9185f8

Please sign in to comment.