Skip to content

Commit

Permalink
remove it.only in shadow-dom spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Babel committed Apr 1, 2022
1 parent 6aa3984 commit 70ec30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/shadow-dom.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('shadow dow ', () => {
`;
});

it.only('web components respect tabIndex', () => {
it('web components respect tabIndex', () => {
expect.assertions(2);

class FocusOutsideShadow extends HTMLElement {
Expand Down

0 comments on commit 70ec30d

Please sign in to comment.