Skip to content

Commit

Permalink
test: 表单 snapshot 增加 loading
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jan 28, 2023
1 parent a372533 commit 3215844
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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[`upload dataType:array 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -47,6 +48,7 @@ exports[`upload dataType:object 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -121,6 +123,7 @@ exports[`upload max 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand All @@ -143,6 +146,7 @@ exports[`upload multiple: load and submit 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -191,6 +195,7 @@ exports[`upload multiple: load, remove and submit 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -261,6 +266,7 @@ exports[`upload one: load and submit 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down Expand Up @@ -300,6 +306,7 @@ exports[`upload one: load, delete and submit 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "",
},
Expand Down

0 comments on commit 3215844

Please sign in to comment.