Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 25, 2023
1 parent 6cef0c9 commit 1c292f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/helpers/rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export function replicate(
// @ts-expect-error
n1.rawStream.pipe(n2.rawStream).pipe(n1.rawStream)

// @ts-expect-error
rpc1.connect(n1)
// @ts-expect-error
rpc2.connect(n2)

return async function destroy() {
Expand Down

0 comments on commit 1c292f5

Please sign in to comment.