Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Aug 24, 2024
1 parent 44e93e3 commit 942e2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ for (const [name, linkify] of Object.entries({
});
}

test.failing("skips the trailing period", (t) => {
test.failing('skips the trailing period', t => {
t.is(linkifyUrlsToHtml('Visit https://fregante.com.'), 'Visit <a href="https://fregante.com">https://fregante.com</a>.');
});

0 comments on commit 942e2d8

Please sign in to comment.