issues
search
mswjs
/
examples
Examples of Mock Service Worker usage with various frameworks and libraries.
683
stars
211
forks
source link
update to msw@2.2.2
#107
Closed
kettanaito
closed
8 months ago
kettanaito
commented
8 months ago
Updating to
msw@2.2.2
Also fixing the Playwright test because it fired
worker.start()
into air and never awaited it (awaiting
navigattor.serviceWorker.ready
is
not
the same as awaiting the MSW's worker; the navigator property will resolve
sooner
).
msw@2.2.2
worker.start()
into air and never awaited it (awaitingnavigattor.serviceWorker.ready
is not the same as awaiting the MSW's worker; the navigator property will resolve sooner).