# Options

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

Test registration options.

```ds title="Options"
export type Options = { only?: boolean; skip?: boolean; timeout?: Duration; labels?: [Label]; schedule?: Schedule }
```

[language/library/src/test/options.ds:49:64](https://github.com/destack-sh/destack/blob/main/language/library/src/test/options.ds#L49-L64)
