forked from FoundKeyGang/FoundKey
[Test] Fix
This commit is contained in:
parent
74b2f25e3d
commit
f0d044c400
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ 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);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue