Skip to content

Commit

Permalink
chore: fix interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 18, 2024
1 parent ccfcc9d commit f7b5d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/interop/src/fixtures/create-helia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export async function createHeliaNode (libp2pOptions?: Libp2pOptions): Promise<H
// remove services that are not used in tests
// @ts-expect-error services.autoNAT is not optional
delete defaults.services.autoNAT
// @ts-expect-error services.upnp is not optional
delete defaults.services.upnp
// @ts-expect-error services.dcutr is not optional
delete defaults.services.dcutr
// @ts-expect-error services.delegatedRouting is not optional
Expand Down

0 comments on commit f7b5d3f

Please sign in to comment.