deno.land / x / esm@v135_2 / test / issue-572 / issue-572.test.ts

issue-572.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import { filterCookies } from "http://localhost:8080/@supabase/auth-helpers-shared@0.3.0";
Deno.test("issue #572", async () => { assertEquals(filterCookies(["foo=", "bar="], "foo"), ["bar="]);});
esm

Version Info

Tagged at
a year ago