Skip to content

Commit

Permalink
Update index.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 18, 2020
1 parent abc17a6 commit d7d72dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/tests/unit/util/index.spec.js
Expand Up @@ -215,7 +215,7 @@ describe('Util', () => {
}).toThrow(new Error('COLLAPSE: Option "parent" provided type "number" but expected type "(string|element)".'))
})

it('should return null stringified when null passed', () => {
it('should return null stringified when null is passed', () => {
const defaultType = {
toggle: 'boolean',
parent: '(null|element)'
Expand All @@ -229,7 +229,7 @@ describe('Util', () => {
expect().nothing()
})

it('should return undefined stringified when undefined passed', () => {
it('should return undefined stringified when undefined is passed', () => {
const defaultType = {
toggle: 'boolean',
parent: '(undefined|element)'
Expand Down

0 comments on commit d7d72dd

Please sign in to comment.