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

Function fn

csv/unstable_stringify_test.ts:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 name:
13 "Object array with no columns, should infer columns from the first array element",
14 fn() {
15 const data = [{ a: 1 }, { a: 2 }, { b: 3 }];
16 const output = `a${CRLF}1${CRLF}2${CRLF}${CRLF}`;
17 assertEquals(stringify(data), output);
18 },
19 },
20 );
21 await t.step(

Callers

nothing calls this directly

Calls 3

assertEqualsFunction · 0.90
stringifyFunction · 0.90
assertThrowsFunction · 0.90

Tested by

no test coverage detected