Skip to content

Commit 5fb4096

Browse files
steffenKristján Oddsson
andauthored
Make test name more clear
Co-authored-by: Kristján Oddsson <[email protected]>
1 parent 6670358 commit 5fb4096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('paste-markdown', function () {
3131
assert.equal(textarea.value, 'The examples can be found [here](https://github.com).')
3232
})
3333

34-
it('turns pasted urls on selected urls not into markdown links', function () {
34+
it("doesn't paste a markdown URL when pasting over a selected URL", function () {
3535
// eslint-disable-next-line i18n-text/no-en
3636
textarea.value = 'The examples can be found here: https://docs.github.com'
3737
textarea.setSelectionRange(32, 55)

0 commit comments

Comments
 (0)