Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored and GeoSot committed Sep 21, 2022
1 parent e4ae662 commit 7840191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/tab.spec.js
Expand Up @@ -843,7 +843,7 @@ describe('Tab', () => {
const dropItems = fixtureEl.querySelectorAll('.dropdown-item')

dropItems[1].click()
expect(dropItems[0]).not.toHaveClass("active")
expect(dropItems[0]).not.toHaveClass('active')
expect(dropItems[1]).toHaveClass('active')
expect(fixtureEl.querySelector('.nav-link')).not.toHaveClass('active')
})
Expand Down

0 comments on commit 7840191

Please sign in to comment.