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: readme.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,12 @@ When you run GRC within your project the first time, it will ask you a series of
55
55
}
56
56
```
57
57
58
+
#### Test library options:
59
+
60
+
-`Testing Library` - Generates tests using [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
61
+
-`Vitest` - Generates tests using [Vitest](https://vitest.dev/) with React Testing Library
62
+
-`None` - Generates basic tests using React's createRoot API
63
+
58
64
## Generate Components
59
65
60
66
```sh
@@ -119,7 +125,7 @@ Otherwise, if you don't pass any options, it will just use the default values th
119
125
<tr>
120
126
<td width="20%"><b>--withLazy</b></td>
121
127
<td width="60%">
122
-
Creates a corresponding lazy file (a file that lazy-loads your component out of the box and enables <a href="https://reactjs.org/docs/code-splitting.html#code-splitting">code splitting</a>) with this component.
128
+
Creates a corresponding lazy file (a file that lazy-loads your component out of the box and enables <a href="https://react.dev/reference/react/lazy">code splitting</a>) with this component.
0 commit comments