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