Skip to content

Commit 1adb927

Browse files
committed
test: update snap
1 parent 35f529b commit 1adb927

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: .github/workflows/codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
repository: tangjinzhou/antdv-demo
5151
token: ${{ secrets.ACCESS_TOKEN }}
5252
path: antdv-demo
53+
submodules: true
5354

5455
- name: restore cache from package-lock.json
5556
uses: actions/cache@v1

Diff for: .github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ jobs:
103103
- name: Checkout submodules
104104
uses: actions/checkout@v2
105105
with:
106-
repository: [email protected]:tangjinzhou/antdv-demo.git
106+
repository: tangjinzhou/antdv-demo
107107
token: ${{ secrets.ACCESS_TOKEN }}
108108
path: antdv-demo
109+
submodules: true
109110

110111
- name: restore cache from package-lock.json
111112
uses: actions/cache@v1

Diff for: components/locale-provider/__tests__/__snapshots__/index.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -21414,7 +21414,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
2141421414
<div tabindex="0" class="ant-select ant-select-enabled ant-select-sm ant-fullcalendar-month-select">
2141521415
<div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-controls="test-uuid" class="ant-select-selection ant-select-selection--single">
2141621416
<div class="ant-select-selection__rendered">
21417-
<div title="Th09" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Th09</div>
21417+
<div title="Thg 09" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">Thg 09</div>
2141821418
</div><span unselectable="on" class="ant-select-arrow" style="user-select: none;"><i aria-label="icon: down" class="anticon anticon-down ant-select-arrow-icon"><svg viewBox="64 64 896 896" data-icon="down" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"></path></svg></i></span>
2141921419
</div>
2142021420
</div>

0 commit comments

Comments
 (0)