Skip to content
Snippets Groups Projects
Commit 57961603 authored by syuilo's avatar syuilo
Browse files

[Test] Fix

parent ff6ba3f1
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ describe('Text', () => {
assert.deepEqual([{
type: 'url',
content: 'https://himasaku.net',
url: 'https://himasaku.net'
url: 'https://himasaku.net',
silent: false
}], tokens);
});
......@@ -64,7 +65,8 @@ describe('Text', () => {
type: 'link',
content: '[ひまさく](https://himasaku.net)',
title: 'ひまさく',
url: 'https://himasaku.net'
url: 'https://himasaku.net',
silent: false
}], tokens);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment