Fix tests
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Sol Fisher Romanoff 2022-07-09 15:53:57 +03:00
parent 2dae330d4c
commit 4a6bd142d4
Signed by: nbsp
GPG Key ID: 9D3F2B64F2341B62
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ describe('marked-mfm', () => {
test('search', () => {
marked.use(markedMfm)
expect(marked('syuilo thighs search')).toBe('<p><a href="https://google.com/search?q=syuilo thighs" class="_mfm_search_">syuilo thighs search</a></p>\n')
expect(marked('syuilo thighs search')).toBe('<p><a href="https://google.com/search?q=syuilo thighs" class="mfm _mfm_search_">syuilo thighs search</a></p>\n')
})
})