Skip to content

Assertions, deep equality, truthiness, testing APIs...

Notifications You must be signed in to change notification settings

royalbrawler/freeCodeCamp_QA

Repository files navigation

freeCodeCamp

Quality Assurance with Chai

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...

Exercises and Projects

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

Installation

  • 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 tests npm run test

About

Assertions, deep equality, truthiness, testing APIs...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published