Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Nov 7, 2024
1 parent 3a00e49 commit c0724bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/publisher/test/isAlreadyDeprecated.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ describe("isAlreadyDeprecated", () => {
const result = await isAlreadyDeprecated(pkg, { info: () => {}, error: () => {} });
expect(!!result).toBe(true);
});
})
});

0 comments on commit c0724bb

Please sign in to comment.