test: fix test problem

pull/81/head
moonrailgun 3 years ago
parent b15d610249
commit f12ef404fb

@ -93,6 +93,12 @@ exports[`GroupPanelTree simple render snapshot 1`] = `
>
<span />
</button>
<button
class="ant-btn ant-btn-text ant-btn-sm ant-btn-icon-only"
type="button"
>
<span />
</button>
</div>
</div>
</span>
@ -136,6 +142,12 @@ exports[`GroupPanelTree simple render snapshot 1`] = `
>
<span />
</button>
<button
class="ant-btn ant-btn-text ant-btn-sm ant-btn-icon-only"
type="button"
>
<span />
</button>
</div>
</div>
</span>
@ -179,6 +191,12 @@ exports[`GroupPanelTree simple render snapshot 1`] = `
>
<span />
</button>
<button
class="ant-btn ant-btn-text ant-btn-sm ant-btn-icon-only"
type="button"
>
<span />
</button>
</div>
</div>
</span>
@ -238,6 +256,12 @@ exports[`GroupPanelTree simple render snapshot 1`] = `
>
<span />
</button>
<button
class="ant-btn ant-btn-text ant-btn-sm ant-btn-icon-only"
type="button"
>
<span />
</button>
</div>
</div>
</span>
@ -281,6 +305,12 @@ exports[`GroupPanelTree simple render snapshot 1`] = `
>
<span />
</button>
<button
class="ant-btn ant-btn-text ant-btn-sm ant-btn-icon-only"
type="button"
>
<span />
</button>
</div>
</div>
</span>
@ -324,6 +354,12 @@ exports[`GroupPanelTree simple render snapshot 1`] = `
>
<span />
</button>
<button
class="ant-btn ant-btn-text ant-btn-sm ant-btn-icon-only"
type="button"
>
<span />
</button>
</div>
</div>
</span>

@ -1,3 +1,4 @@
declare module '*.jpg';
declare module '*.svg';
declare module '*.module.less';
declare module '@bbob/parser'; // Work around for com.msgbyte.bbcode. ts-jest looks like cannot load plugins-self typedefinition

Loading…
Cancel
Save