Fix rest of the tests

This commit is contained in:
Marcel Mraz 2025-03-20 23:35:46 +01:00
parent 40ff1b08ae
commit 7744284254
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
7 changed files with 47 additions and 47 deletions

View file

@ -9,9 +9,8 @@ import {
import { clearElementsForExport } from "@excalidraw/element";
import type { ExcalidrawElement, FileId } from "@excalidraw/element/types";
import type { ValueOf } from "@excalidraw/common/utility-types";
import type { ExcalidrawElement, FileId } from "@excalidraw/element/types";
import { cleanAppStateForExport } from "../appState";
@ -24,9 +23,9 @@ import { nativeFileSystemSupported } from "./filesystem";
import { isValidExcalidrawData, isValidLibrary } from "./json";
import { restore, restoreLibraryItems } from "./restore";
import type { FileSystemHandle } from "./filesystem";
import type { AppState, DataURL, LibraryItem } from "../types";
import type { FileSystemHandle } from "./filesystem";
import type { ImportedLibraryData } from "./types";
const parseFileContents = async (blob: Blob | File): Promise<string> => {