diff --git a/bin/cli/__tests__/__snapshots__/request.spec.js.snap b/bin/cli/__tests__/__snapshots__/request.spec.js.snap index 3a639de..f62a608 100644 --- a/bin/cli/__tests__/__snapshots__/request.spec.js.snap +++ b/bin/cli/__tests__/__snapshots__/request.spec.js.snap @@ -9,7 +9,9 @@ Array [ ", " ", - "\\"{\\"hello\\": \\"world\\"}\\" + "{ + \\"hello\\": \\"world\\" +} ", ] `; @@ -53,18 +55,18 @@ Array [ " ", "{ - request: { - body: { - name: \\"David\\" + \\"request\\": { + \\"body\\": { + \\"name\\": \\"David\\" }, - endpoint: \\"https://example.org/anything\\" + \\"endpoint\\": \\"https://example.org/anything\\" }, - response: { - status: 200, - headers: [], - body: \\"{\\"hello\\": \\"world\\"}\\" + \\"response\\": { + \\"status\\": 200, + \\"headers\\": [], + \\"body\\": \\"{\\\\\\"hello\\\\\\": \\\\\\"world\\\\\\"}\\" }, - body: \\"{\\"hello\\": \\"world\\"}\\" + \\"body\\": \\"{\\\\\\"hello\\\\\\": \\\\\\"world\\\\\\"}\\" } ", ]