Skip to content

Commit 70ee9a7

Browse files
committed
remove .only
1 parent 1549d57 commit 70ee9a7

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
document.body.innerHTML = ''
3232
})
3333

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

0 commit comments

Comments
 (0)