https://github.com/pktcodes/jest-enzyme-react-testing-basics
Setup Create React App with Jest & Enzyme for Testing
https://github.com/pktcodes/jest-enzyme-react-testing-basics
assertions bonnie-schulkin create-react-app enzyme eslint expect introduction jest matchers react setup shallow test-cases test-driven-development testing unit-testing
Last synced: 3 months ago
JSON representation
Setup Create React App with Jest & Enzyme for Testing
- Host: GitHub
- URL: https://github.com/pktcodes/jest-enzyme-react-testing-basics
- Owner: pktcodes
- Created: 2024-07-28T02:04:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T03:09:24.000Z (7 months ago)
- Last Synced: 2025-01-02T12:10:03.144Z (5 months ago)
- Topics: assertions, bonnie-schulkin, create-react-app, enzyme, eslint, expect, introduction, jest, matchers, react, setup, shallow, test-cases, test-driven-development, testing, unit-testing
- Language: JavaScript
- Homepage: https://react-testing-jest-enzyme-basics-prod.netlify.app/
- Size: 1.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest & Enzyme
Setup Create React App with Jest & Enzyme for Testing
> PROD [Live] : https://react-testing-jest-enzyme-basics-prod.netlify.app/
In the project directory, you can run:
#### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.#### `npm test`
Launches the test runner in the interactive watch mode.
#### Languages / Technologies
HTML, CSS, JavaScript, ECMAScript, React, Jest, Enzyme
#### Deployment / Hosting
Netlify
---
_Note: I have developed this project ~ [0] as part of the React Testing with Jest and Enzyme (2023) taught by Bonnie Schulkin._