mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
path fixes
This commit is contained in:
parent
7522285869
commit
d5b406b055
3 changed files with 103 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue