Using Fast check library
Install dependencies: yarn
Running the app: yarn start
Running the tests: yarn test
Running cypress: yarn run cypress open
src/morse-code
- example of testing code that is hard to test using examplessrc/react-app
- example of property based testing with React (form validation)src/mentions
- example of fuzz testing of functionscypress
- example of E2E testing