Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
import * as fathymAtomicDesignKit from "https://deno.land/x/fathym_atomic_design_kit@v0.0.108-integration/tests/test.deps.ts";

Functions

Run some shared teardown after each test in the suite.

f
assert
deprecated

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

f
assertEquals
deprecated

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.