Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit cf0ef10

Browse files
authored
Merge branch 'main' into node-16-in-codespaces
2 parents 27e4ab6 + 37f9ab9 commit cf0ef10

File tree

2 files changed

+59
-81
lines changed

2 files changed

+59
-81
lines changed

package-lock.json

Lines changed: 58 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('details-dialog-element', function() {
8989
assert(!details.open)
9090
})
9191

92-
it('manages focus', async function() {
92+
it.skip('manages focus', async function() {
9393
summary.click()
9494
await waitForToggleEvent(details)
9595
assert.equal(document.activeElement, dialog)

0 commit comments

Comments
 (0)