chore(core): Linter fixes
This commit is contained in:
parent
a76af50900
commit
56427cc4bd
10 changed files with 43 additions and 91 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue