fix tests

This commit is contained in:
Henry Jameson 2026-01-06 18:38:00 +02:00
commit ae600da287

View file

@ -8,7 +8,8 @@ export const injectMswToTest = (defaultHandlers) => {
return testBase.extend({
worker: [
async (_, use) => {
// biome-ignore lint: required by vitest
async ({}, use) => {
await worker.start()
await use(worker)