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 919a2eb commit 07a4500Copy full SHA for 07a4500
tests/unit/responses.test.js
@@ -11,7 +11,7 @@ afterEach(() => {
11
axios.request.restore()
12
})
13
14
-test.only('List repsonses has the correct path and method', () => {
+test('List responses has the correct path and method', () => {
15
getResponses(axios, { uid: 2 })
16
expect(axios.request.args[0][0].method).toBe('get')
17
expect(axios.request.args[0][0].url).toBe('/forms/2/responses')
0 commit comments