Skip to content

Commit

Permalink
Removing .only on a test
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Mar 16, 2022
1 parent 9f83d49 commit 8d6680d
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 @@ -322,7 +322,7 @@ describe('using transform', () => {
})
})

describe.only('mask', () => {
describe('mask', () => {
test('will add icon', () => {
const vm = mount({ icon: faCoffee, mask: faCircle })

Expand Down

0 comments on commit 8d6680d

Please sign in to comment.