1
0
Fork 0

chore: Work on test imports for worflows

This commit is contained in:
Joost De Cock 2020-03-14 17:21:47 +01:00
parent e26b4f9647
commit bfb0b6d16b
31 changed files with 335 additions and 34 deletions

View file

@ -1,7 +1,17 @@
// This file is auto-generated.
// Changes you make will be overwritten.
const expect = require("chai").expect;
const models = require("@freesewing/models")
const patterns = require("@freesewing/pattern-info")
const Sandy = require('../dist')
const testPatternConfig = require('../../../tests/patterns/config')
// Test config
testPatternConfig('sandy', new Sandy())
testPatternConfig(
'sandy',
new Sandy(),
expect,
models,
patterns
)