We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80d82a commit 57090a3Copy full SHA for 57090a3
packages/protocol-http/test/006-http-server.spec.ts
@@ -24,7 +24,7 @@ describe('006-HTTP Server Implementation', () => {
24
try {
25
// Use the existing node config utility which properly handles different environments
26
const nodeConfig = getNodeConfig()
27
-
+
28
node = await createLibp2p({
29
...nodeConfig,
30
streamMuxers: [yamux()],
0 commit comments