# Suite

`import { Suite } from "destack:test";`

Registered test suite.

```ds title="Suite"
export struct Suite {
    id: SuiteId;
    name: string;
    options: Options;
}
```

[language/library/src/test/suite.ds:14:23](https://github.com/destack-sh/destack/blob/main/language/library/src/test/suite.ds#L14-L23)

## Members

### `id: SuiteId`

Stable suite identifier.

### `name: string`

Suite name.

### `options: Options`

Suite options.
