Skip to content

Commit

Permalink
add PR number in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Sep 20, 2023
1 parent 59f336e commit eb367fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/browser/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ describe('render()', () => {
expect(scratch.firstChild.tabIndex).to.equal(defaultValue);
});

// #4137
it('should unset role if null || undefined', () => {
render(
<section>
Expand Down

0 comments on commit eb367fe

Please sign in to comment.