deno.land / x / froebel@v0.23.2 / noop.test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
import noop from "./noop.ts";import { assertEquals } from "testing/asserts.ts";
Deno.test("noop", () => { assertEquals(noop(), undefined); // @ts-expect-error const _return: undefined = noop();});
froebel

Version Info

Tagged at
a year ago