Skip to content

Commit 9f542de

Browse files
committed
chore: run linter
1 parent 12b4bb2 commit 9f542de

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
@@ -148,7 +148,7 @@ describe('paste-markdown', function () {
148148
assert.equal(textarea.value, markdownSentence)
149149
})
150150

151-
it('doesn\'t render any markdown for html link without corresponding plaintext', function () {
151+
it("doesn't render any markdown for html link without corresponding plaintext", function () {
152152
// eslint-disable-next-line github/unescaped-html-literal
153153
const link = `<meta charset='utf-8'><a href="https://github.com/monalisa/playground/issues/1">
154154
Link pasting · Issue #1 · monalisa/playground (github.com)</a>`

0 commit comments

Comments
 (0)