wip(core): Migrated to named exports only
This commit is contained in:
parent
4b12a7330c
commit
c09ae4aa69
23 changed files with 592 additions and 557 deletions
|
@ -1,9 +1,9 @@
|
|||
import chai from "chai"
|
||||
import freesewing from "./dist/index.mjs"
|
||||
import { Pattern } from "./dist/index.mjs"
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
const pattern = new freesewing.Pattern();
|
||||
const pattern = new Pattern();
|
||||
const store = pattern.store;
|
||||
|
||||
describe('Store', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue