import { convertSvgMarkupToSymbolData } from "./vocabulary-builder"; const CIRCLE = ``; describe("convertSvgMarkupToSymbolData()", () => { it("works with SVGs that just have a path and no specs", () => { expect( convertSvgMarkupToSymbolData("blarg.svg", `${CIRCLE}`) ).toMatchSnapshot(); }); });