mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-24 19:29:30 +00:00
test: remove --nat
option when starting nwaku
This commit is contained in:
parent
bdf613b9d2
commit
edf5d438cb
@ -444,7 +444,6 @@ export function argsToArray(args: Args): Array<string> {
|
||||
export function defaultArgs(): Args {
|
||||
return {
|
||||
listenAddress: "127.0.0.1",
|
||||
nat: "none",
|
||||
rpc: true,
|
||||
relay: false,
|
||||
rpcAdmin: true,
|
||||
|
@ -11,7 +11,6 @@ describe("nwaku", () => {
|
||||
|
||||
const expected = [
|
||||
"--listen-address=127.0.0.1",
|
||||
"--nat=none",
|
||||
"--rpc=true",
|
||||
"--relay=false",
|
||||
"--rpc-admin=true",
|
||||
|
Loading…
x
Reference in New Issue
Block a user