mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix build
This commit is contained in:
parent
2569691cc6
commit
ddac2e969a
14 changed files with 29 additions and 82 deletions
|
@ -11,8 +11,6 @@ import {
|
|||
|
||||
import { deepCopyElement } from "@excalidraw/element/newElement";
|
||||
|
||||
import { InvalidFractionalIndexError } from "@excalidraw/excalidraw/errors";
|
||||
|
||||
import { API } from "@excalidraw/excalidraw/tests/helpers/api";
|
||||
|
||||
import type {
|
||||
|
@ -20,6 +18,8 @@ import type {
|
|||
FractionalIndex,
|
||||
} from "@excalidraw/element/types";
|
||||
|
||||
import { InvalidFractionalIndexError } from "../src/fractionalIndex";
|
||||
|
||||
describe("sync invalid indices with array order", () => {
|
||||
describe("should NOT sync empty array", () => {
|
||||
testMovedIndicesSync({
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { getLineHeight } from "@excalidraw/excalidraw/fonts/FontMetadata";
|
||||
import { getLineHeight } from "@excalidraw/common/font-metadata";
|
||||
import { API } from "@excalidraw/excalidraw/tests/helpers/api";
|
||||
|
||||
import { FONT_FAMILY } from "@excalidraw/common";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue