1
0
Fork 0

chore: Updated tests to use full bundle

This commit is contained in:
Joost De Cock 2022-06-14 23:13:59 +02:00
parent ca4c5628df
commit f70c0a5f62
118 changed files with 114 additions and 1828 deletions

View file

@ -3,7 +3,7 @@
import chai from 'chai'
import models from '@freesewing/models'
import patterns from '@freesewing/pattern-info'
import Albert from '../dist/index.mjs'
import Albert from './dist/index.mjs'
// Shared tests
import { testPatternConfig } from '../../../tests/patterns/config.mjs'