Skip to content

Commit

Permalink
test(response-cookies): fix "msw/browser" import (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 6, 2024
1 parent 52d0a13 commit 63b7831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/rest-api/response/response-cookies.mocks.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { http, HttpResponse } from 'msw'
import { setupWorker } from 'msw/lib/browser'
import { setupWorker } from 'msw/browser'

const worker = setupWorker(
http.get('/single-cookie', () => {
Expand Down

0 comments on commit 63b7831

Please sign in to comment.