Skip to content

Commit

Permalink
fix name after chaging from browser to node.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariatorrentedev committed May 20, 2024
1 parent 1225812 commit ab5d7c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { server } from "./msw/worker";
import { server } from "./msw/server";

beforeAll(() => server.listen());
afterEach(() => server.resetHandlers());
Expand Down

0 comments on commit ab5d7c4

Please sign in to comment.