Tell us what’s happening:
My first task is to correct method for the first assertion and second assertion to either - isNull or isNotNull which i have done commit and pushed but i’m unable to pass the task kindly help out
Describe your issue in detail here.
// #1
test('#isNull, #isNotNull', function () {
assert.isNull(null, 'This is an optional error description - e.g. null is null');
assert.isNotNull(1, '1 is not null');
});
###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 Edg/121.0.0.0
Challenge Information:
Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work