Skip to content

Commit 8113f8a

Browse files
authored
docs: fix SandpackTests options table display (#1207)
1 parent 25459e3 commit 8113f8a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

website/docs/src/pages/advanced-usage/components.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,11 @@ export default () => (
461461
<details>
462462
<summary>Options</summary>
463463
464-
| Prop | Description | Type | Default |
465-
| `verbose` | Display individual test results with the test suite hierarchy. | `boolean` | `false`|
466-
| `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` |
467-
| `onComplete` | A callback that is invoked with the completed specs. | Function | `undefined` |
464+
| Prop | Description | Type | Default |
465+
| :----------- | :------------------------------------------------------------------------------------------------------------------- | :-------- | :---------- |
466+
| `verbose` | Display individual test results with the test suite hierarchy. | `boolean` | `false` |
467+
| `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` |
468+
| `onComplete` | A callback that is invoked with the completed specs. | Function | `undefined` |
468469
469470
</details>
470471

0 commit comments

Comments
 (0)