We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1549d57 commit 70ee9a7Copy full SHA for 70ee9a7
test/test.js
@@ -31,7 +31,7 @@ describe('paste-markdown', function () {
31
document.body.innerHTML = ''
32
})
33
34
- it.only('turns image uris into markdown', async function () {
+ it('turns image uris into markdown', async function () {
35
paste(textarea, {'text/uri-list': 'https://github.com/github.png\r\nhttps://github.com/hubot.png'})
36
assert.include(textarea.value, '\n\n')
37
0 commit comments