Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed May 22, 2024
1 parent fff48b1 commit 432b921
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 @@ -73,7 +73,7 @@ if (coreHasFeature(REFERENCE_ICON_BY_STYLE)) {
})
}

describe.only('using defaultProps', () => {
describe('using defaultProps', () => {
const UNDEFINED_DEFAULT_PROPS = {
border: undefined,
className: undefined,
Expand Down

0 comments on commit 432b921

Please sign in to comment.