Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 10-testing.mdx #55801

Merged
merged 2 commits into from Sep 23, 2023
Merged

Update 10-testing.mdx #55801

merged 2 commits into from Sep 23, 2023

Commits on Sep 22, 2023

  1. Update 10-testing.mdx

    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"
      }
    }
    ```
    sdkdeepa committed Sep 22, 2023
    Copy the full SHA
    8d53445 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Copy the full SHA
    dfd1af8 View commit details
    Browse the repository at this point in the history