Skip to content

Commit 4813e90

Browse files
committed
Update test name
1 parent 6c01407 commit 4813e90

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
@@ -38,7 +38,7 @@ describe('paste-markdown', function () {
3838
assert.include(textarea.value, 'name | origin\n-- | --\nhubot | github\nbender | futurama')
3939
})
4040

41-
it('rejects tables with extra text', async function () {
41+
it('retains text around tables', async function () {
4242
const data = {
4343
'text/html': `
4444
<p>Here is a cool table</p>

0 commit comments

Comments
 (0)