Quick-fix
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m2s
All checks were successful
Setup testing environment and test the code / build (push) Successful in 1m2s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {setupServer} from "msw/node";
|
||||
import {allHandlers} from "./index";
|
||||
import {allHandlers} from './index.js';
|
||||
|
||||
export const mockServer = setupServer(...allHandlers)
|
||||
Reference in New Issue
Block a user