Skip to content

Commit

Permalink
Re-enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauve Signweaver committed Nov 22, 2023
1 parent fcf9f54 commit d7da776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ test('EventSource extension messages', async (t) => {
t.ok(lastEventId, 'Event contained peer ID')
})

test.only('Resolve DNS', async (t) => {
test('Resolve DNS', async (t) => {
const loadResponse = await fetch(`hyper://${DNS_DOMAIN}/?noResolve`)

const entries = await loadResponse.json()
Expand Down

0 comments on commit d7da776

Please sign in to comment.