Skip to content

Commit

Permalink
Tweak Git URLs test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pinto committed Dec 5, 2018
1 parent 5021db1 commit 2ee8caa
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 @@ -119,7 +119,7 @@ test('supports `value` option as function', t => {
}), 'See <a href="https://github.com/sindresorhus.com/linkify-urls">github.com</a> for a solution');
});

test('skips Git URLs', t => {
test('skips URLs preceded by a `+` sign', t => {
const fixture = 'git+https://github.com/sindresorhus/ava';
t.is(m(fixture), fixture);
});
Expand Down

0 comments on commit 2ee8caa

Please sign in to comment.