fix(tests): Small bug in design config tests
This commit is contained in:
parent
1dd4d5c6b4
commit
e8b8e1d7be
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export const testPatternConfig = (Pattern) => {
|
||||||
it(` - Should have a maximum >= the default value`, () => {
|
it(` - Should have a maximum >= the default value`, () => {
|
||||||
expect(option.max >= option.mm).to.be.true
|
expect(option.max >= option.mm).to.be.true
|
||||||
})
|
})
|
||||||
if (deprecated.indexOf(design) === -1 && option.testIgnore !== true) {
|
if (deprecated.indexOf(name) === -1 && option.testIgnore !== true) {
|
||||||
it(` - Patterns should not use mm options`, () => {
|
it(` - Patterns should not use mm options`, () => {
|
||||||
expect("Does not use mm").to.be.true
|
expect("Does not use mm").to.be.true
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue