Skip to content

Commit

Permalink
add test for ref forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Feb 1, 2022
1 parent 94e66f4 commit 453579e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/specs/modules/Search/Search-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe('Search', () => {
})

common.isConformant(Search)
common.forwardsRef(Search)
common.hasSubcomponents(Search, [SearchCategory, SearchResult, SearchResults])
common.hasUIClassName(Search)

Expand Down

0 comments on commit 453579e

Please sign in to comment.