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 e02728d commit 4a1d29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports[`admin/logistics-addresses form 1`] = `
],
Array [
Object {
"loading": true,
"method": "get",
"url": "/admin-api/logistics-addresses/defaults",
},
Expand Down Expand Up @@ -85,6 +86,7 @@ exports[`admin/logistics-addresses form 2`] = `
],
Array [
Object {
"loading": true,
"method": "get",
"url": "/admin-api/logistics-addresses/defaults",
},
Expand Down
2 changes: 2 additions & 0 deletions pages/admin/shipping-tpls/__snapshots__/new.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`admin/shipping-tpls form 1`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "/admin-api/shipping-tpls/defaults",
},
Expand Down Expand Up @@ -40,6 +41,7 @@ exports[`admin/shipping-tpls form 2`] = `
"calls": Array [
Array [
Object {
"loading": true,
"method": "get",
"url": "/admin-api/shipping-tpls/defaults",
},
Expand Down

0 comments on commit 4a1d29d

Please sign in to comment.