You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/src/pages/advanced-usage/components.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -461,10 +461,11 @@ export default () => (
461
461
<details>
462
462
<summary>Options</summary>
463
463
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` |
| `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` |
0 commit comments