Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_common/tests/test.deps.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.0.184/tests/test.deps.ts";

Functions

Run some shared teardown after each test in the suite.

Make an assertion, error will be thrown if expr does not have truthy value.

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

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.