1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[deps]: Lock file maintenance (#7700)

* [deps]: Lock file maintenance

* Fix jest breaking changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-03 15:48:04 +02:00
committed by GitHub
parent 5fe8f9b76a
commit b53b211bd4
7 changed files with 7373 additions and 7258 deletions

View File

@@ -98,7 +98,7 @@ describe("InsertAutofillContentService", () => {
});
afterEach(() => {
jest.resetAllMocks();
jest.restoreAllMocks();
windowLocationSpy.mockRestore();
confirmSpy.mockRestore();
document.body.innerHTML = "";

View File

@@ -172,7 +172,7 @@ describe("Browser Utils Service", () => {
});
afterEach(() => {
jest.resetAllMocks();
jest.clearAllMocks();
});
it("sends a copy to clipboard message to the desktop application if a user is using the safari browser", async () => {
@@ -264,7 +264,7 @@ describe("Browser Utils Service", () => {
});
afterEach(() => {
jest.resetAllMocks();
jest.clearAllMocks();
});
it("sends a ready from clipboard message to the desktop application if a user is using the safari browser", async () => {