├── assertion-analyser.js
├── package.json
├── public
│ ├── client.js
│ └── style.css
├── README.md
├── server.js
├── test-runner.js
├── tests
│ ├── 1_unit-tests.js
│ └── 2_functional-tests.js
└── views
└── index.html
- Unit testing
- Functional testing
- Functional Tests on API Endpoints using Chai-HTTP
- Functional Tests using a Headless Browser
- freecodecamp homepage
- Test passed: