Tell us what’s happening:
Hello,
I have followed the instructions as stated in the lesson for example, Within the tests/1_unit-tests.js
under the test labelled #1
in the Basic Assertions
suite, I have changed each assert
to either assert.isNull
and assert.isNotNull
to make the test pass (should evaluate to true
). I did not alter the arguments passed to the asserts.
However, my test cases are not passing. What Am I not doing right?
Your project link(s)
Here is my project link https://boilerplate-mochachai.ibekingsley.repl.co
solution: boilerplate-mochachai - Replit
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Challenge: Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work
Link to the challenge: