Skip to content

Commit

Permalink
test(a-date-range-picker): 表单 snapshot 增加 loading
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jan 31, 2023
1 parent f1b535a commit e809406
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __tests__/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`date-range-picker custom format 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -46,6 +47,7 @@ exports[`date-range-picker date 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -87,6 +89,7 @@ exports[`date-range-picker empty value 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -128,6 +131,7 @@ exports[`date-range-picker only start date 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -169,6 +173,7 @@ exports[`date-range-picker time 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down

0 comments on commit e809406

Please sign in to comment.