Skip to content

Commit

Permalink
chore(component-library): supress type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 5, 2025
1 parent 1ced007 commit 79746e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { flushPromises } from "@vue/test-utils";
describe("mt-email-field", () => {
beforeEach(() => {
vi.useFakeTimers();
// @ts-ignore
document.execCommand = vi.fn();
});

Expand Down

0 comments on commit 79746e4

Please sign in to comment.