rsnext/docs
Deepa Subramanian d5db4d366c
Update 10-testing.mdx (#55801)
Made changes as suggested by the reporter. 

```json filename="tsconfig.json or jsconfig.json"
{
  "compilerOptions": {
    "module": "esnext",
    "moduleResolution": "node",
    "baseUrl": "./",
    "paths": {
      "@/components/*": ["components/*"]
    }
  }
}
```

```json filename="package.json"
{
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "cypress:open": "cypress open"
  }
}
```
2023-09-23 01:11:46 +00:00
..
01-getting-started docs: fix typo (#54973) 2023-09-06 07:16:19 +00:00
02-app docs: useFormState (#55564) 2023-09-22 16:10:25 -05:00
03-pages Update 10-testing.mdx (#55801) 2023-09-23 01:11:46 +00:00
04-architecture add tip for case sensitivity of imports (#55662) 2023-09-20 21:12:40 +00:00
05-community docs: Update Vercel YouTube channel url (#54912) 2023-09-03 00:10:00 +00:00
index.mdx docs: Rewrite Rendering Section and React Essentials Page (#51579) 2023-08-24 08:48:44 -05:00