Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas committed Sep 27, 2024
1 parent 78009d9 commit 7d91187
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ describe("commitAndPush()", () => {
args[0] === "push" ? new Error("Failed to push") : undefined;
return { output: [], error };
});
expect(() => gitPush()).toThrowErrorMatchingInlineSnapshot(`[Error: Failed to push]`);
expect(() => gitPush()).toThrowErrorMatchingInlineSnapshot(
`[Error: Failed to push]`
);
});
});

0 comments on commit 7d91187

Please sign in to comment.