Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 18, 2024
1 parent fd40be9 commit 673255b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/git.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ describe("git", () => {
);

expect(

parsed.map(({ body: _, author: __, authors: ___, ...rest }) => rest)
).toMatchObject([
{
Expand Down Expand Up @@ -112,7 +111,7 @@ describe("git", () => {
const commits = await getGitDiff(COMMIT_FROM, COMMIT_TO);
commits[1].message =
"fix(scope)!: breaking change example, close #123 (#134)";

expect(commits.map(({ body: _, ...rest }) => rest)).toMatchInlineSnapshot(`
[
{
Expand Down Expand Up @@ -203,7 +202,6 @@ describe("git", () => {
});
const parsed = parseCommits(commits, config);


expect(parsed.map(({ body: _, author: __, authors: ___, ...rest }) => rest))
.toMatchInlineSnapshot(`
[
Expand Down

0 comments on commit 673255b

Please # to comment.