Skip to main content
Provides functions for defining test cases and organizing them into groups.

Methods

case

Defines a named test case. The callback receives an expect function used to create expectations on a value.

group

Groups related test cases under a common name. Nested groups are supported.

blob

Looks up a blob asset in the file by name, or nil when missing.