Skip to content

Commit

Permalink
test(component-library): stop mocking document.execCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 5, 2025
1 parent 183c510 commit 1785711
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { flushPromises } from "@vue/test-utils";
describe("mt-email-field", () => {
beforeEach(() => {
vi.useFakeTimers();
// @ts-ignore
vi.spyOn(document, "execCommand").mockImplementation();
});

afterEach(() => {
Expand Down

0 comments on commit 1785711

Please sign in to comment.