fix: Typo in design tests
This commit is contained in:
parent
d388aa2621
commit
69092702d9
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export const testPatternConfig = (Pattern, about) => {
|
|||
}
|
||||
})
|
||||
it(` - 'dfficulty' should be set and be a [1-5] number`, () => {
|
||||
expect(typeof abbout.difficulty).to.equal('number')
|
||||
expect(typeof about.difficulty).to.equal('number')
|
||||
expect([1, 2, 3, 4, 5].indexOf(about.difficulty) === -1).to.be.false
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue