Skip to content

Commit

Permalink
Don't skip the majority of tests (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmsmith committed May 31, 2022
1 parent 77e6da9 commit 872d0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/__tests__/FontAwesomeIcon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ describe('title', () => {
expect(vm.children[0].children[0]).toBe('Coffee')
})

test.only('will use an explicit titleId', () => {
test('will use an explicit titleId', () => {
const vm = mount({ icon: faCoffee, title: 'Coffee', titleId: 'coffee-title' })

expect(vm.props['aria-labelledby']).toBe('svg-inline--fa-title-coffee-title')
Expand Down

0 comments on commit 872d0b0

Please sign in to comment.