Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Mar 19, 2024
1 parent 1549d57 commit 70ee9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('paste-markdown', function () {
document.body.innerHTML = ''
})

it.only('turns image uris into markdown', async function () {
it('turns image uris into markdown', async function () {
paste(textarea, {'text/uri-list': 'https://github.com/github.png\r\nhttps://github.com/hubot.png'})
assert.include(textarea.value, '![](https://github.com/github.png)\n\n![](https://github.com/hubot.png)')
})
Expand Down

0 comments on commit 70ee9a7

Please sign in to comment.