test: fix ci test error

pull/150/head
moonrailgun 2 years ago
parent 625f7317ff
commit 29565138b7

@ -38,6 +38,15 @@ const esModules = [
'markdown-table',
'escape-string-regexp',
'ccount',
'hast-util-raw',
'rehype-raw',
'hast-util-from-parse5',
'hast-util-to-parse5',
'hastscript',
'hast-util-parse-selector',
'web-namespaces',
'zwitch',
'html-void-elements',
].join('|');
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */

@ -180,7 +180,6 @@ exports[`Markdown list 1`] = `
<li>
3
<ul>
@ -192,7 +191,6 @@ exports[`Markdown list 1`] = `
<li>
5
<ul>
@ -224,6 +222,24 @@ exports[`Markdown table 1`] = `
<div
class="tailchat-markdown"
>
<table>
<thead>
<tr>

Loading…
Cancel
Save