mirror of
https://github.com/bitwarden/browser
synced 2026-02-16 00:24:52 +00:00
add property to fix type error
This commit is contained in:
@@ -756,6 +756,7 @@ describe("ApiService", () => {
|
||||
email: "user1@example.com",
|
||||
emailVerified: true,
|
||||
name: "Test Name",
|
||||
creationDate: undefined,
|
||||
} satisfies ObservedValueOf<AccountService["activeAccount$"]>);
|
||||
|
||||
environmentService.getEnvironment$.calledWith(testActiveUser).mockReturnValue(
|
||||
@@ -844,6 +845,7 @@ describe("ApiService", () => {
|
||||
email: "user2@example.com",
|
||||
emailVerified: true,
|
||||
name: "Inactive User",
|
||||
creationDate: undefined,
|
||||
} satisfies ObservedValueOf<AccountService["activeAccount$"]>);
|
||||
|
||||
return Promise.resolve({
|
||||
|
||||
Reference in New Issue
Block a user