Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work

Hi! not sure if its something wrong with my code, or with the way I have provided the link to my GitHub. This is my code so far:

// #1
test(‘#isNull, #isNotNull’, function () {
// Change “assert.isNull” to “assert.isNotNull” for the first assertion
assert.isNull(null, ‘This is an optional error description - e.g. null is not null’);
assert.isNotNull(1, ‘1 is not null’);
});

Please help!

###Your project link(s)

solution: Quality-Assurance-and-Testing-with-Chai/boilerplate-mochachai-main/tests/1_unit-tests.js at main · mmahindaratne88/Quality-Assurance-and-Testing-with-Chai · GitHub

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.