deno.land / x / esm@v135_2 / test / export-all-members / rc-utils.test.tsx

rc-utils.test.tsx
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { assertExists } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import * as dynamicCSS from "http://localhost:8080/rc-util@5.27.2/es/Dom/dynamicCSS.js";
Deno.test("Export all members when the package is not a standard ES module", async () => { assertExists(dynamicCSS.updateCSS); assertExists(dynamicCSS.injectCSS); assertExists(dynamicCSS.removeCSS); assertExists(dynamicCSS.clearContainerCache);});
esm

Version Info

Tagged at
a year ago