1
0
Fork 0

chore(core): Migrated core from rollup to esbuild

This commit is contained in:
Joost De Cock 2022-06-12 21:49:34 +02:00
parent 87939f331f
commit ac7b1de00e
17 changed files with 198 additions and 34 deletions

View file

@ -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();