mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix excalidraw tests
This commit is contained in:
parent
e1ea33836e
commit
a9b4b758cf
34 changed files with 231 additions and 156 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue