'
].join('')
const modalEl = fixtureEl.querySelector('.modal')
@@ -1000,7 +1000,7 @@ describe('Modal', () => {
it('should not focus the trigger if the modal is not shown', done => {
fixtureEl.innerHTML = [
'
'
+ '
'
].join('')
const modalEl = fixtureEl.querySelector('.modal')
@@ -1068,7 +1068,7 @@ describe('Modal', () => {
}
})
- it('should should call show method', () => {
+ it('should call show method', () => {
fixtureEl.innerHTML = '
'
const div = fixtureEl.querySelector('div')
@@ -1084,8 +1084,8 @@ describe('Modal', () => {
expect(modal.show).toHaveBeenCalled()
})
- it('should should not call show method', () => {
- fixtureEl.innerHTML = '
'
+ it('should not call show method', () => {
+ fixtureEl.innerHTML = '
'
const div = fixtureEl.querySelector('div')