1
0
Fork 0

chore: Fix linter warnings

This commit is contained in:
joostdecock 2022-08-25 12:53:07 +02:00
parent 154d117883
commit 647dded023
4 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,6 @@ import render from "./fixtures/render.mjs"
chai.use(chaiString)
const expect = chai.expect
const { version } = pkg
const round = freesewing.utils.round
it("Svg constructor should initialize object", () => {
let pattern = new freesewing.Pattern();