chore: 修复单元测试

pull/64/head
moonrailgun 2 years ago
parent a912a34f03
commit 9a35c1025e

@ -13,8 +13,6 @@ import TsconfigPathsPlugin from 'tsconfig-paths-webpack-plugin';
import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
import WebpackBar from 'webpackbar';
import fs from 'fs';
import WorkboxPlugin from 'workbox-webpack-plugin';
import { workboxPluginDetailPattern, workboxPluginEntryPattern } from './utils';
import dayjs from 'dayjs';
import { BundleStatsWebpackPlugin } from 'bundle-stats-webpack-plugin';
import { WebpackStatsViewerPlugin } from 'webpack-stats-viewer-plugin';

@ -71,7 +71,7 @@ exports[`NoData render 1`] = `
<div
class="ant-empty-description"
>
No Data
No data
</div>
</div>
</div>

@ -101,15 +101,6 @@ exports[`PillTabs render 1`] = `
>
1
</div>
<div
aria-hidden="true"
aria-labelledby="rc-tabs-test-tab-2"
class="ant-tabs-tabpane"
id="rc-tabs-test-panel-2"
role="tabpanel"
style="visibility: hidden; height: 0px; overflow-y: hidden;"
tabindex="-1"
/>
</div>
</div>
</div>

@ -17,7 +17,7 @@ exports[`GroupPanelTree simple render snapshot 1`] = `
<div
aria-hidden="true"
class="ant-tree-treenode"
style="position: absolute; pointer-events: none; visibility: hidden; height: 0px; overflow: hidden;"
style="position: absolute; pointer-events: none; visibility: hidden; height: 0px; overflow: hidden; border: 0px; padding: 0px;"
>
<div
class="ant-tree-indent"

Loading…
Cancel
Save