We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfcc9d commit f7b5d3fCopy full SHA for f7b5d3f
packages/interop/src/fixtures/create-helia.ts
@@ -38,6 +38,8 @@ export async function createHeliaNode (libp2pOptions?: Libp2pOptions): Promise<H
38
// remove services that are not used in tests
39
// @ts-expect-error services.autoNAT is not optional
40
delete defaults.services.autoNAT
41
+ // @ts-expect-error services.upnp is not optional
42
+ delete defaults.services.upnp
43
// @ts-expect-error services.dcutr is not optional
44
delete defaults.services.dcutr
45
// @ts-expect-error services.delegatedRouting is not optional
0 commit comments