mirror of
https://github.com/fluencelabs/js-mafmt
synced 2025-04-25 18:22:38 +00:00
test: make sure that libp2p-webrtc-star is not valid websockets
This commit is contained in:
parent
4d3dd88619
commit
0101bd26d2
@ -87,7 +87,8 @@ describe('multiaddr validation', function () {
|
|||||||
|
|
||||||
const badWS = [
|
const badWS = [
|
||||||
'/ip4/0.0.0.0/tcp/12345/udp/2222/ws',
|
'/ip4/0.0.0.0/tcp/12345/udp/2222/ws',
|
||||||
'/ip6/::/ip4/0.0.0.0/udp/1234/ws'
|
'/ip6/::/ip4/0.0.0.0/udp/1234/ws',
|
||||||
|
'/libp2p-webrtc-star/ip4/127.0.0.1/tcp/24642/ws'
|
||||||
]
|
]
|
||||||
|
|
||||||
const badWSS = [
|
const badWSS = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user