Skip to content

Commit

Permalink
Fix typo in tst
Browse files Browse the repository at this point in the history
Changed `uption` to `option`
  • Loading branch information
JuhQ committed Jun 26, 2018
1 parent 30dee63 commit f9ddfa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/Select.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1370,10 +1370,10 @@ cases(
).toBe('1');
},
{
'single select > should update aria-activedescendant as per focused uption': {
'single select > should update aria-activedescendant as per focused option': {
skip: true,
},
'multi select > should update aria-activedescendant as per focused uption': {
'multi select > should update aria-activedescendant as per focused option': {
skip: true,
props: {
...BASIC_PROPS,
Expand Down

0 comments on commit f9ddfa3

Please sign in to comment.