We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d13748 commit 1500e8fCopy full SHA for 1500e8f
README.md
@@ -1,3 +1,5 @@
1
+## About
2
+
3
This is a sample project that shows how to test async React Server Components in Next.js using
4
5
- this gist: https://gist.github.com/sroebert/a04ca6e0232a4a60bc50d7f164f101f6
@@ -12,6 +14,12 @@ The component that is being tested is a [Greeting](./src/app/greeting.tsx) compo
12
14
13
15
## Running the tests
16
17
+The test file can be found in [greeting.test.tsx](./src/app/greeting.test.tsx).
18
19
```bash
20
npm run test
21
```
22
23
+## Blog Post
24
25
+Read the blog post [here](https://nico.fyi/blog/how-to-test-react-server-component).
0 commit comments