Merge pull request #16256 from ant-design/fix-snapshot

test: Fix snapshots
This commit is contained in:
偏右 2019-04-23 20:11:14 +08:00 committed by GitHub
commit b87ce7f453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View File

@ -104611,7 +104611,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-pagination-item-link"
>
<i
aria-label="icon: left"
aria-label="icona: left"
class="anticon anticon-left"
>
<svg
@ -104686,7 +104686,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-pagination-item-link"
>
<i
aria-label="icon: right"
aria-label="icona: right"
class="anticon anticon-right"
>
<svg
@ -104739,7 +104739,7 @@ exports[`Locale Provider should display the text as it 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icona: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -104805,7 +104805,7 @@ exports[`Locale Provider should display the text as it 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icona: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -104839,7 +104839,7 @@ exports[`Locale Provider should display the text as it 1`] = `
value=""
/>
<i
aria-label="icon: calendar"
aria-label="icona: calendar"
class="anticon anticon-calendar ant-calendar-picker-icon"
>
<svg
@ -105648,7 +105648,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-time-picker-icon"
>
<i
aria-label="icon: clock-circle"
aria-label="icona: clock-circle"
class="anticon anticon-clock-circle ant-time-picker-clock-icon"
>
<svg
@ -106606,7 +106606,7 @@ exports[`Locale Provider should display the text as it 1`] = `
value=""
/>
<i
aria-label="icon: calendar"
aria-label="icona: calendar"
class="anticon anticon-calendar ant-calendar-picker-icon"
>
<svg
@ -108141,7 +108141,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-popover-message"
>
<i
aria-label="icon: exclamation-circle"
aria-label="icona: exclamation-circle"
class="anticon anticon-exclamation-circle"
>
<svg
@ -108220,7 +108220,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-transfer-list-header-selected"
>
<span>
0 articolo
0 elemento
</span>
<span
class="ant-transfer-list-header-title"
@ -108244,7 +108244,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-transfer-list-search-action"
>
<i
aria-label="icon: search"
aria-label="icona: search"
class="anticon anticon-search"
>
<svg
@ -108297,7 +108297,7 @@ exports[`Locale Provider should display the text as it 1`] = `
type="button"
>
<i
aria-label="icon: right"
aria-label="icona: right"
class="anticon anticon-right"
>
<svg
@ -108322,7 +108322,7 @@ exports[`Locale Provider should display the text as it 1`] = `
type="button"
>
<i
aria-label="icon: left"
aria-label="icona: left"
class="anticon anticon-left"
>
<svg
@ -108368,7 +108368,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-transfer-list-header-selected"
>
<span>
0 articolo
0 elemento
</span>
<span
class="ant-transfer-list-header-title"
@ -108392,7 +108392,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-transfer-list-search-action"
>
<i
aria-label="icon: search"
aria-label="icona: search"
class="anticon anticon-search"
>
<svg
@ -108473,7 +108473,7 @@ exports[`Locale Provider should display the text as it 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icona: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -108524,7 +108524,7 @@ exports[`Locale Provider should display the text as it 1`] = `
unselectable="on"
>
<i
aria-label="icon: down"
aria-label="icona: down"
class="anticon anticon-down ant-select-arrow-icon"
>
<svg
@ -109525,7 +109525,7 @@ exports[`Locale Provider should display the text as it 1`] = `
</div>
</span>
<i
aria-label="icon: filter"
aria-label="icona: filter"
class="anticon anticon-filter ant-dropdown-trigger"
tabindex="-1"
title="Menù Filtro"
@ -109629,7 +109629,7 @@ exports[`Locale Provider should display the text as it 1`] = `
class="ant-modal-close-x"
>
<i
aria-label="icon: close"
aria-label="icona: close"
class="anticon anticon-close ant-modal-close-icon"
>
<svg

View File

@ -141,7 +141,7 @@
"immutability-helper": "^3.0.0",
"intersection-observer": "^0.5.0",
"jest": "^24.0.0",
"jsdom": "^14.0.0",
"jsdom": "^15.0.0",
"jsonml.js": "^0.1.0",
"lint-staged": "^8.0.2",
"logrocket": "^0.6.19",