Repository with examples of basics of testing, which has become the standard in the world for JavaScript. The project contains four directories:
- unit-testswith unit tests with Jest for JavaScript modules
- react-testscontains CRA application with unit tests (Jest), integration tests (React Testing Library), e2e tests (Webdriver.io) and visual tests (Storybook + Loki)
- react-vite-setupcontains the test environment setup for Vite project with React template
- react-vite-ts-setupcontains the test environment setup for Vite project with React TypeScript template