lint
This commit is contained in:
parent
906652bac2
commit
96fc3ac5bb
@ -8,11 +8,7 @@ import {
|
|||||||
|
|
||||||
import { getElementBounds } from "./bounds";
|
import { getElementBounds } from "./bounds";
|
||||||
import { FrameNameBounds } from "../types";
|
import { FrameNameBounds } from "../types";
|
||||||
import {
|
import { Polygon, GeometricShape, getPolygonShape } from "@excalidraw/utils";
|
||||||
Polygon,
|
|
||||||
GeometricShape,
|
|
||||||
getPolygonShape,
|
|
||||||
} from "@excalidraw/utils";
|
|
||||||
import { isPointInShape, isPointOnShape } from "@excalidraw/utils";
|
import { isPointInShape, isPointOnShape } from "@excalidraw/utils";
|
||||||
import { isTransparent } from "../utils";
|
import { isTransparent } from "../utils";
|
||||||
import {
|
import {
|
||||||
|
@ -250,7 +250,6 @@ describe("exporting frames", () => {
|
|||||||
exportPadding: 0,
|
exportPadding: 0,
|
||||||
exportingFrame: frame,
|
exportingFrame: frame,
|
||||||
});
|
});
|
||||||
console.log("SVG IS", svg.innerHTML);
|
|
||||||
// frame itself isn't exported
|
// frame itself isn't exported
|
||||||
expect(svg.querySelector(`[data-id="${frame.id}"]`)).toBeNull();
|
expect(svg.querySelector(`[data-id="${frame.id}"]`)).toBeNull();
|
||||||
// frame child is exported
|
// frame child is exported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user