From 8113f8adf0dc1f78e1b80c933e55080785d27f27 Mon Sep 17 00:00:00 2001 From: Juhyeok Kang Date: Mon, 23 Sep 2024 19:28:54 +0900 Subject: [PATCH] docs: fix SandpackTests options table display (#1207) --- website/docs/src/pages/advanced-usage/components.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/docs/src/pages/advanced-usage/components.mdx b/website/docs/src/pages/advanced-usage/components.mdx index db9c9f013..ab79ef90f 100644 --- a/website/docs/src/pages/advanced-usage/components.mdx +++ b/website/docs/src/pages/advanced-usage/components.mdx @@ -461,10 +461,11 @@ export default () => (
Options -| 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` |