1
0
Fork 1
mirror of https://example.com synced 2024-11-24 07:46:39 +09:00

[Test] Fix

This commit is contained in:
syuilo 2017-03-18 01:29:21 +09:00
parent ff6ba3f19b
commit 57961603a7

View file

@ -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);
});