manual lint
This commit is contained in:
parent
1654234e32
commit
1c53ac84cc
36 changed files with 204 additions and 107 deletions
2
test/fixtures/mock_api.js
vendored
2
test/fixtures/mock_api.js
vendored
|
|
@ -8,7 +8,7 @@ export const injectMswToTest = (defaultHandlers) => {
|
|||
|
||||
return testBase.extend({
|
||||
worker: [
|
||||
async ({}, use) => {
|
||||
async (_, use) => {
|
||||
await worker.start()
|
||||
|
||||
await use(worker)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue