MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / startServer

Function startServer

test/integration/payment-pointer-test.mjs:28–32  ·  view source on GitHub ↗
(pod, port)

Source from the content-addressed store, hash-verified

26 }
27
28 function startServer (pod, port) {
29 return new Promise((resolve) => {
30 pod.listen(port, () => { resolve() })
31 })
32 }
33
34 describe('Payment Pointer Alice', () => {
35 let alice

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected