Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jan 1, 2025
1 parent 3b5acbf commit c173ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/changelogToGithubRelease.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const changelog = `
[@user1]: https://github.com/user1
`;

test('include reference links correctly', { only: true }, async () => {
test('rewrite change items including reference links', { only: true }, async () => {
const result = await changelogToGithubRelease(changelog, '1.2.0');
assert.equal(result, '* reference-style link #456 (@user1).\n');
});
Expand Down

0 comments on commit c173ca0

Please sign in to comment.