Skip to content

ugioni/component-tests-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Tests - React Testing Library

GitHub Actions

Build and Tests

Getting Started

Prerequisites:

  • NodeJS v18.x

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