1
0
Fork 0

chore(core): Linter fixes

This commit is contained in:
Joost De Cock 2022-09-15 06:29:10 +02:00
parent a76af50900
commit 56427cc4bd
10 changed files with 43 additions and 91 deletions

View file

@ -27,7 +27,6 @@ describe('Design', () => {
const settings = {}
settings[key] = ['one', 'two']
const Pattern = new Design(settings)
const m = Pattern.config.parts
expect(Pattern.config[key].length).to.equal(2)
expect(Pattern.config[key][0]).to.equal('one')
expect(Pattern.config[key][1]).to.equal('two')