Skip to content

Commit

Permalink
✅ test: 修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 25, 2021
1 parent 95cedb7 commit dde7549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/page-loading/tests/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`PageLoading 不带加载条 1`] = `
<div
class="avx-page-loading-container"
id="avx-page-loading-container"
style="background: rgb(243, 244, 246);"
style="background: rgb(245, 245, 245);"
>
<div
class="avx-page-loading-content"
Expand Down Expand Up @@ -36,7 +36,7 @@ exports[`PageLoading 默认状态 1`] = `
<div
class="avx-page-loading-container nprogress-custom-parent"
id="avx-page-loading-container"
style="background: rgb(243, 244, 246);"
style="background: rgb(245, 245, 245);"
>
<div
class="avx-page-loading-content"
Expand Down

0 comments on commit dde7549

Please sign in to comment.