Skip to main content
Module

std/testing

Deno standard library
Go to Latest
Index
bdd_examples
mock_examples
asserts.ts

A library of assertion functions.

bdd.ts

A BDD interface to Deno.test() API.

chai_example.ts

An example of using ChaiJs with Deno.test().

fast_check_example.ts

Tests that run the fast-check property-based testing library in the Deno runtime.

mock.ts

A mocking and spying library.

sinon_example.ts

An example of using Sinon.js with Deno.test().

snapshot.ts

A snapshotting library.

time.ts

Utilities for mocking time while testing.