Skip to content

imwshdp/javascript-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Testing Basics

Repository with examples of basics of testing, which has become the standard in the world for JavaScript. The project contains four directories:

  • unit-tests with unit tests with Jest for JavaScript modules
  • react-tests contains CRA application with unit tests (Jest), integration tests (React Testing Library), e2e tests (Webdriver.io) and visual tests (Storybook + Loki)
  • react-vite-setup contains the test environment setup for Vite project with React template
  • react-vite-ts-setup contains the test environment setup for Vite project with React TypeScript template

All technologies used within the project