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

issue-410.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 Conf from "http://localhost:8080/conf@10.2.0";
Deno.test("issue #410", () => { const config = new Conf({ projectName: "test" }); config.set("unicorn", "🦄"); assertEquals(config.get("unicorn"), "🦄");});
esm

Version Info

Tagged at
a year ago