chore(core): Migrated core from rollup to esbuild
This commit is contained in:
parent
87939f331f
commit
ac7b1de00e
17 changed files with 198 additions and 34 deletions
|
@ -1,5 +1,5 @@
|
|||
let expect = require("chai").expect;
|
||||
let freesewing = require("./dist");
|
||||
let freesewing = require("../dist/index.js");
|
||||
|
||||
it("Svg constructor should initialize object", () => {
|
||||
let pattern = new freesewing.Pattern();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue