/component-tests-react

Component testing with React Testing Library

Primary LanguageJavaScriptMIT LicenseMIT

Component Tests - React Testing Library

GitHub Actions

Build and Tests

Getting Started

Prerequisites:

  • NodeJS v12.22.1

How to run?

Inside of the project folder run:

  1. npm install --save-dev
  2. npm run start
  3. npm run test or npm run ci