Skip to content

Commit

Permalink
chore: fix createDotGitignore.test.ts snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 31, 2024
1 parent 9bc3f69 commit f109519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/steps/writing/creation/createDotGitignore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe("createDotGitignore", () => {
"/coverage
/lib
/node_modules
"
`);
});
Expand All @@ -21,7 +20,6 @@ describe("createDotGitignore", () => {
expect(actual).toMatchInlineSnapshot(`
"/lib
/node_modules
"
`);
});
Expand Down

0 comments on commit f109519

Please sign in to comment.