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

issue-599.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import { customElement } from "http://localhost:8080/lit@2.7.2/decorators";import { map } from "http://localhost:8080/lit@2.7.2/directives/map";
Deno.test("issue #599", async () => { assertEquals(typeof customElement, "function"); assertEquals(typeof map, "function");});
esm

Version Info

Tagged at
a year ago