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 71069bb commit 79f3ac1Copy full SHA for 79f3ac1
__tests__/fetch_request.js
@@ -335,7 +335,6 @@ describe('turbostream', () => {
335
const testRequest = new FetchRequest("get", "localhost", { responseKind: 'turbo-stream' })
336
const testResponse = await testRequest.perform()
337
338
- expect(window.Turbo.fetch).toHaveBeenCalledTimes(0)
339
expect(window.fetch).toHaveBeenCalledTimes(1)
340
expect(testResponse).toStrictEqual(new FetchResponse(mockResponse))
341
})
0 commit comments