Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lophus/lib/std/testing.ts

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
import * as lophus from "https://deno.land/x/lophus@0.0.13/lib/std/testing.ts";

Functions

Run some shared teardown after all of the tests in the suite.

Run some shared teardown after each test in the suite.

Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type.

Run some shared setup before all of the tests in the suite.

Run some shared setup before each test in the suite.

Registers a test suite.

Registers an individual test case.

Interfaces

Registers a test suite.

Registers an individual test case.

Type Aliases

Checks if type T has the specified type U.