biome check --write
This commit is contained in:
parent
9262e803ec
commit
b05a501236
225 changed files with 1177 additions and 1266 deletions
4
test/fixtures/mock_api.js
vendored
4
test/fixtures/mock_api.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
import { test as testBase } from 'vitest'
|
||||
import { HttpResponse, http } from 'msw'
|
||||
import { setupWorker } from 'msw/browser'
|
||||
import { http, HttpResponse } from 'msw'
|
||||
import { test as testBase } from 'vitest'
|
||||
|
||||
// https://mswjs.io/docs/recipes/vitest-browser-mode
|
||||
export const injectMswToTest = (defaultHandlers) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue