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

issue-583.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 styleToJS from "http://localhost:8080/style-to-js@1.1.3";
Deno.test("issue #583", async () => { assertEquals(styleToJS("width:100%;", { reactCompat: true }), { width: "100%", });});
esm

Version Info

Tagged at
a year ago