deno.land / x / esm@v135_2 / test / issue-583 / issue-583.test.ts
12345678910import { 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%", });});
Version Info