You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/__tests__/__snapshots__/validations.spec.ts.snap
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -789,6 +789,7 @@ Object {
789
789
"_exclusive": Object {},
790
790
"_mutate": undefined,
791
791
"_nodes": Array [
792
+
"allRequestsRoute",
792
793
"dataRoutes",
793
794
"cacheRequests",
794
795
"prefix",
@@ -804,6 +805,33 @@ Object {
804
805
"refs": Map {},
805
806
},
806
807
"fields": Object {
808
+
"allRequestsRoute": Object {
809
+
"_blacklist": Object {
810
+
"list": Set {},
811
+
"refs": Map {},
812
+
},
813
+
"_conditions": Array [],
814
+
"_default": false,
815
+
"_deps": Array [],
816
+
"_exclusive": Object {},
817
+
"_label": "Experimental: Allows for getting a json response of the all requests object by hitting a url. Defaults to /allRequests.json if \\"true\\" but can be overridden with any string.",
'Experimental: Allows for getting a json response of the data object of a url. Defaults to [path]/data.json but can be any suffix/filename after the route.',
114
114
),
115
+
allRequestsRoute: yup
116
+
.boolean()
117
+
.notRequired()
118
+
.default(false)
119
+
.label(
120
+
'Experimental: Allows for getting a json response of the all requests object by hitting a url. Defaults to /allRequests.json if "true" but can be overridden with any string.',
0 commit comments