# Fixture

Defined in: [src/testing.ts:8](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L8)

A labeled example. `expected` is what a careful person would answer.

## Type Parameters

| Type Parameter |
| -------------- |
| `T`            |

## Properties

| Property       | Modifier   | Type      | Defined in                                                                                                                     |
| -------------- | ---------- | --------- | ------------------------------------------------------------------------------------------------------------------------------ |
| []()`subject`  | `readonly` | `T`       | [src/testing.ts:9](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L9)   |
| []()`expected` | `readonly` | `boolean` | [src/testing.ts:10](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L10) |
| []()`note?`    | `readonly` | `string`  | [src/testing.ts:11](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L11) |