path fixes

This commit is contained in:
Aakansha Doshi 2024-05-09 13:38:37 +05:30
parent 7522285869
commit d5b406b055
3 changed files with 103 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import {
decodeSvgMetadata,
} from "../../excalidraw/data/image";
import type { ImportedDataState } from "../../excalidraw/data/types";
import * as utils from "../dist/prod";
import * as utils from "../index";
import { API } from "../../excalidraw/tests/helpers/api";
// NOTE this test file is using the actual API, unmocked. Hence splitting it