Skip to content

Commit

Permalink
refactor: (#205) wus 폴더에 있던 유저 MSW 코드 밖으로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilpop8663 committed Aug 2, 2023
1 parent 4e94431 commit 89ec68c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { mockComment } from './comment';
import { example } from './example/get';
import { mockVoteResult } from './getVoteDetail';
import { mockPost } from './post';
import { mockUserInfo } from './userInfo';
import { mockVote } from './vote';
import { mockPostList } from './wus/post';
import { mockUserInfo } from './wus/userInfo';

export const handlers = [
...example,
Expand Down
File renamed without changes.

0 comments on commit 89ec68c

Please sign in to comment.