Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions website/docs/src/pages/advanced-usage/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,11 @@ export default () => (
<details>
<summary>Options</summary>

| Prop | Description | Type | Default |
| `verbose` | Display individual test results with the test suite hierarchy. | `boolean` | `false`|
| `watchMode` | Watch files for changes and rerun all tests. Note if changing a test file then the current file will run on it's own | `boolean` | `true` |
| `onComplete` | A callback that is invoked with the completed specs. | Function | `undefined` |
| Prop | Description | Type | Default |
| :----------- | :------------------------------------------------------------------------------------------------------------------- | :-------- | :---------- |
| `verbose` | Display individual test results with the test suite hierarchy. | `boolean` | `false` |
| `watchMode` | Watch files for changes and rerun all tests. Note if changing a test file then the current file will run on it's own | `boolean` | `true` |
| `onComplete` | A callback that is invoked with the completed specs. | Function | `undefined` |

</details>

Expand Down