We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c22acd commit 047831fCopy full SHA for 047831f
packages/sdk-middleware-http/test/http.spec.js
@@ -70,7 +70,7 @@ describe('Http', () => {
70
httpMiddleware(next)(request, response)
71
}))
72
73
- test('execute a get request which give not json response', () =>
+ test("execute a get request which doesn't return a json response", () =>
74
new Promise((resolve, reject) => {
75
const request = createTestRequest({
76
uri: '/foo/bar',
0 commit comments