0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

fix(ut): fix ut (#683)

fix ut
This commit is contained in:
simeng-li 2022-04-28 10:06:47 +08:00 committed by GitHub
parent 6e5f14792e
commit b0138bdc0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ import {
} from './social';
jest.mock('ky', () => ({
extend: () => ky,
post: jest.fn(() => ({
json: jest.fn(),
})),