/cart-reactjs

Learning - Test-driven development (TDD) is a development technique where you must first write a test that fails before you write new functional code.

Primary LanguageJavaScript

This project was deployed link of deploy.

Available Scripts

In the project directory, you can run:

[  
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --verbose",
    "test:ci": "cross-env CI=true react-scripts test ",
    "test:ci:alt": "react-scripts test --ci --watchAll=false",
    "test:jsdom": "yarn test --env=jsdom",
    "test:staged": "cross-env CI=true react-scripts test --findRelatedTests",
    "test:coverage": "yarn test:ci --coverage",
    "eject": "react-scripts eject"
  }
]