Skip to content

Commit a0b2d49

Browse files
committed
chore(file-input): update snapshots
1 parent dc74497 commit a0b2d49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/file-input/test/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
exports[`should call onChange when file is uploaded for input with custom on upload handler 1`] = `
44
Array [
55
Object {
6+
"fetchPolicy": "network-only",
67
"query": Object {
78
"definitions": Array [
89
Object {
@@ -93,6 +94,7 @@ Array [
9394
exports[`should call onChange when file is uploaded for multiple files input 1`] = `
9495
Array [
9596
Object {
97+
"fetchPolicy": "network-only",
9698
"query": Object {
9799
"definitions": Array [
98100
Object {
@@ -183,6 +185,7 @@ Array [
183185
exports[`should call onChange when file is uploaded for single file input 1`] = `
184186
Array [
185187
Object {
188+
"fetchPolicy": "network-only",
186189
"query": Object {
187190
"definitions": Array [
188191
Object {
@@ -273,6 +276,7 @@ Array [
273276
exports[`should call onChange when file is uploaded for single file input with public modifier 1`] = `
274277
Array [
275278
Object {
279+
"fetchPolicy": "network-only",
276280
"query": Object {
277281
"definitions": Array [
278282
Object {

0 commit comments

Comments
 (0)