We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d7c5f commit 2062087Copy full SHA for 2062087
tests/csv-test.ts
@@ -34,6 +34,7 @@ Deno.test("writes a csv file", async () => {
34
35
assertArrayIncludes(csv, [{ age: "70", name: "Rick" }]);
36
})
37
+
38
Deno.test("appends to a csv file", async () => {
39
const data = [
40
{
0 commit comments