[Test] Fix
This commit is contained in:
parent
ff6ba3f19b
commit
57961603a7
1 changed files with 4 additions and 2 deletions
|
@ -54,7 +54,8 @@ describe('Text', () => {
|
||||||
assert.deepEqual([{
|
assert.deepEqual([{
|
||||||
type: 'url',
|
type: 'url',
|
||||||
content: 'https://himasaku.net',
|
content: 'https://himasaku.net',
|
||||||
url: 'https://himasaku.net'
|
url: 'https://himasaku.net',
|
||||||
|
silent: false
|
||||||
}], tokens);
|
}], tokens);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -64,7 +65,8 @@ describe('Text', () => {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
content: '[ひまさく](https://himasaku.net)',
|
content: '[ひまさく](https://himasaku.net)',
|
||||||
title: 'ひまさく',
|
title: 'ひまさく',
|
||||||
url: 'https://himasaku.net'
|
url: 'https://himasaku.net',
|
||||||
|
silent: false
|
||||||
}], tokens);
|
}], tokens);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue