fix(core): Path tests
This commit is contained in:
parent
64da7257de
commit
27493d755e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
let expect = require("chai").expect;
|
||||
let freesewing = require("./dist");
|
||||
let round = freesewing.utils.round;
|
||||
const expect = require("chai").expect;
|
||||
const freesewing = require("./dist");
|
||||
const round = freesewing.utils.round;
|
||||
|
||||
it("Should offset a line", () => {
|
||||
let pattern = new freesewing.Pattern();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue