mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-04 19:44:43 +01:00
feat: make clipboard more robust and reintroduce contextmenu actions (#7198)
This commit is contained in:
@@ -3,6 +3,9 @@ import "vitest-canvas-mock";
|
||||
import "@testing-library/jest-dom";
|
||||
import { vi } from "vitest";
|
||||
import polyfill from "./polyfill";
|
||||
import { testPolyfills } from "./tests/helpers/polyfills";
|
||||
|
||||
Object.assign(globalThis, testPolyfills);
|
||||
|
||||
require("fake-indexeddb/auto");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user