File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/file-input/test/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 33exports [` should call onChange when file is uploaded for input with custom on upload handler 1` ] = `
44Array [
55 Object {
6+ " fetchPolicy" : " network-only" ,
67 " query" : Object {
78 " definitions" : Array [
89 Object {
@@ -93,6 +94,7 @@ Array [
9394exports [` should call onChange when file is uploaded for multiple files input 1` ] = `
9495Array [
9596 Object {
97+ " fetchPolicy" : " network-only" ,
9698 " query" : Object {
9799 " definitions" : Array [
98100 Object {
@@ -183,6 +185,7 @@ Array [
183185exports [` should call onChange when file is uploaded for single file input 1` ] = `
184186Array [
185187 Object {
188+ " fetchPolicy" : " network-only" ,
186189 " query" : Object {
187190 " definitions" : Array [
188191 Object {
@@ -273,6 +276,7 @@ Array [
273276exports [` should call onChange when file is uploaded for single file input with public modifier 1` ] = `
274277Array [
275278 Object {
279+ " fetchPolicy" : " network-only" ,
276280 " query" : Object {
277281 " definitions" : Array [
278282 Object {
You can’t perform that action at this time.
0 commit comments