Using Chai.js, to write tests that describe the program's requirements and see if the program meets them.
Assertions, deep equality, truthiness, testing APIs...
project | Project folder |
---|---|
*exercises (QA and Testing with Chai) | boilerplate-mochachai-main |
Metric-Imperial Converter | project-metricimpconverter |
Issue Tracker | project-issuetracker |
Personal Library | project-library |
Sudoku Solver | project-sudoku-solver |
American British Translator | project-american-british-english-translator |
- Clone the repo: git clone (or download the source code from github)
- Open your terminal in the base directory of the project
- Go to the desired project folder
cd {{Project folder}}
- Install it's dependencies
npm install
- Start the project
npm run start
OR run its testsnpm run test