freeCodeCamp/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testi...
Shaun Hamilton 493880ffaf
feat(learn): add mocha and chai instructions (#39976)
* feat(learn): add mocha and chai instructions

* test: added one new lesson

* rename added file and add tests

* add meta to prettierignore, fix formatting

* add unit-test numbering

* add examples from boilerplate

Co-authored-by: Randell Dawson <rdawson@onepathtech.com>

* remove code comments, add description

* elaborate test testStrings

Co-authored-by: Randell Dawson <rdawson@onepathtech.com>
2020-11-26 10:05:42 -08:00
..
assert-deep-equality-with-.deepequal-and-.notdeepequal.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
compare-the-properties-of-two-elements.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
learn-how-javascript-assertions-work.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
run-functional-tests-on-an-api-response-using-chai-http-iii---put-method.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
run-functional-tests-on-an-api-response-using-chai-http-iv---put-method.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
run-functional-tests-on-api-endpoints-using-chai-http-ii.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
run-functional-tests-on-api-endpoints-using-chai-http.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
run-functional-tests-using-a-headless-browser-ii.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
run-functional-tests-using-a-headless-browser.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
simulate-actions-using-a-headless-browser.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-for-truthiness.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-a-string-contains-a-substring.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-a-value-falls-within-a-specific-range.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-a-value-is-a-string.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-a-value-is-an-array.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-a-value-is-of-a-specific-data-structure-type.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-a-variable-or-function-is-defined.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-an-array-contains-an-item.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-an-object-has-a-property.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-an-object-is-an-instance-of-a-constructor.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
test-if-one-value-is-below-or-at-least-as-large-as-another.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
use-assert.isok-and-assert.isnotok.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
use-regular-expressions-to-test-a-string.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
use-the-double-equals-to-assert-equality.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00
use-the-triple-equals-to-assert-strict-equality.md feat(learn): add mocha and chai instructions (#39976) 2020-11-26 10:05:42 -08:00