MCPcopy Create free account
hub / github.com/denoland/std / failing

Function failing

async/unstable_pool_settled_test.ts:150–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148
149Deno.test("pooledMapSettled() propagates source iterable error after in-flight results", async () => {
150 async function* failing() {
151 yield 1;
152 yield 2;
153 throw new Error("source failed");
154 }
155
156 const collected: PromiseSettledResult<number>[] = [];
157

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected