Skip to main content
Module

std/testing

Deno standard library
Latest
Index
asserts.ts

A library of assertion functions. If the assertion is false an AssertionError will be thrown which will result in pretty-printed diff of failing assertion.

bdd.ts

A BDD interface to Deno.test() API.

mock.ts

A mocking and spying library.

snapshot.ts

A snapshotting library.

time.ts

Utilities for mocking time while testing.

types.ts