Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 5, 2024
1 parent b2b3829 commit d2f6a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ describe("createDevelopment", () => {
`);
});

it.only("preserves existing sections when they don't match the new sections", async () => {
it("preserves existing sections when they don't match the new sections", async () => {
mockReadFileSafe.mockResolvedValue(`## Existing One
Abc 123.
Expand Down

0 comments on commit d2f6a97

Please sign in to comment.