mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
fix test
This commit is contained in:
@@ -43,13 +43,12 @@ describe("LoginDetailsSectionComponent", () => {
|
||||
|
||||
const collect = jest.fn().mockResolvedValue(null);
|
||||
const getInitialCipherView = jest.fn(() => null);
|
||||
const formStatusChange$ = new BehaviorSubject<"enabled" | "disabled">("enabled");
|
||||
|
||||
beforeEach(async () => {
|
||||
getInitialCipherView.mockClear();
|
||||
cipherFormContainer = mock<CipherFormContainer>({
|
||||
getInitialCipherView,
|
||||
formStatusChange$,
|
||||
formStatusChange$: new BehaviorSubject<"enabled" | "disabled">("enabled"),
|
||||
website: "example.com",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user