Skip to main content
Module

x/keycode/test/tests.ts>TestUtils

A javascript package with key code constants.
Latest
interface TestUtils
import { type TestUtils } from "https://deno.land/x/keycode@v3.1.0/test/tests.ts";

Test utilities expected from the test runner.

Properties

test: (name: string, fn: () => void) => void
assertEquals: (
actual: any,
expected: any,
msg?: string,
) => void