Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
wip: adding browser relay tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Jan 25, 2018
1 parent 39c6717 commit 2c9d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/circuit-relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function tests (relay, parseAddrA, parseAddrB) {
})

describe(`js <-> ${relay} relay <-> browser`, function () {
if (isNode) {
if (isNode || relay === 'browser') {
return
}

Expand Down

0 comments on commit 2c9d8af

Please sign in to comment.