0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(core): remove ts from tests ()

This commit is contained in:
wangsijie 2022-11-14 14:01:25 +08:00 committed by GitHub
parent ceb43d5d34
commit 7d11172a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,8 +156,7 @@ describe('session -> socialRoutes', () => {
expect(interactionResult).toHaveBeenCalledWith( expect(interactionResult).toHaveBeenCalledWith(
expect.anything(), expect.anything(),
expect.anything(), expect.anything(),
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment expect.objectContaining({ login: { accountId: 'user1' } }),
expect.objectContaining({ login: { accountId: 'user1', ts: expect.anything() } }),
expect.anything() expect.anything()
); );
}); });