Skip to content

gaslamp


Interface: TestCase

Represents a single test case within a suite.

Since

0.22.0

Properties

description

description: string

Description of what this test verifies.


testFn

testFn: (expect) => void

Test function that receives the expect function.

Parameters

expect

any

Returns

void