Skip to content

Commit 7840f7d

Browse files
authored
Fix CI build fail
1 parent a3de35a commit 7840f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe('paste-markdown', function () {
2424
})
2525

2626
it('turns pasted urls on selected text into markdown links', function () {
27+
// eslint-disable-next-line i18n-text/no-en
2728
textarea.value = 'The examples can be found here.'
2829
textarea.setSelectionRange(26, 30)
2930
paste(textarea, {'text/plain': 'https://github.com'})

0 commit comments

Comments
 (0)