mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-12 00:31:22 +00:00
fix: typo in fixture and fail for correct reason
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
This commit is contained in:
@ -119,11 +119,11 @@ describe('configuration', () => {
|
||||
peerInfo,
|
||||
modules: {
|
||||
transport: [ WS ],
|
||||
peerDiscover: [ Bootstrap ]
|
||||
peerDiscovery: [ Bootstrap ]
|
||||
},
|
||||
config: {
|
||||
EXPERIMENTAL: {
|
||||
dht: true
|
||||
dht: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user