Skip to content

Commit

Permalink
Merge pull request #15 from Strong-Potato/14-feat-set-msw-for-browser…
Browse files Browse the repository at this point in the history
…-server

Feat: set MSW for browser & server #14
  • Loading branch information
NamgungJongMin authored Jan 4, 2024
2 parents b75b6ac + 77bffac commit 1e3eb2e
Show file tree
Hide file tree
Showing 10 changed files with 987 additions and 12 deletions.
8 changes: 8 additions & 0 deletions jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
import "@testing-library/jest-dom";

import { server } from "./src/mocks/server";

beforeAll(() => server.listen());

afterEach(() => server.resetHandlers());

afterAll(() => server.close());
Loading

0 comments on commit 1e3eb2e

Please sign in to comment.