Fix excalidraw tests

This commit is contained in:
Marcel Mraz 2025-03-18 20:04:29 +01:00
parent e1ea33836e
commit a9b4b758cf
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
34 changed files with 231 additions and 156 deletions

View file

@ -1,8 +1,9 @@
import React from "react";
import { vi } from "vitest";
import { reseed } from "@excalidraw/common";
import { Excalidraw } from "../index";
import { reseed } from "../random";
import * as StaticScene from "../renderer/staticScene";
import { render, queryByTestId, unmountComponent } from "../tests/test-utils";