[Test] Fix
This commit is contained in:
parent
ff6ba3f19b
commit
57961603a7
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue