mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix tests
This commit is contained in:
parent
55e3ee718c
commit
9b62279aa2
@ -204,6 +204,10 @@ export namespace Auth {
|
||||
"sub": expect.any(String),
|
||||
"role": "authenticated",
|
||||
"branchId": "main",
|
||||
"displayName": expect.toSatisfy(() => true),
|
||||
"primaryEmail": expect.toSatisfy(() => true),
|
||||
"primaryEmailVerified": expect.toSatisfy(() => true),
|
||||
"selectedTeamId": expect.toSatisfy(() => true),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user