Skip to content

Commit

Permalink
test: mock oAuth util
Browse files Browse the repository at this point in the history
  • Loading branch information
stae1102 committed Jan 28, 2024
1 parent 83512df commit ec00222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/mock/oauth-util.mock.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const oAuthUtilMock = {
getKakaoAccessToken: jest.fn(),
getKakaoUserInfo: jest.fn(),
};

0 comments on commit ec00222

Please sign in to comment.