0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(core): remove ts from tests (#2428)

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.anything(),
expect.anything(),
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
expect.objectContaining({ login: { accountId: 'user1', ts: expect.anything() } }),
expect.objectContaining({ login: { accountId: 'user1' } }),
expect.anything()
);
});