Fixture
Defined in: src/testing.ts:8
A labeled example. expected is what a careful person would answer.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
subject |
readonly |
T |
src/testing.ts:9 |
expected |
readonly |
boolean |
src/testing.ts:10 |
note? |
readonly |
string |
src/testing.ts:11 |