Hi there, first time doing the QA track. So I opted to do it locally and host it on github. I’m confused about which link to paste into the answer as I don’t understand what this means: Remember to submit the Live App URL.
I’ve tried this url https://github.com/wilhelmlau/freeCodeCamp-QA/blob/main/tests/1_unit-tests.js
and also this url GitHub - wilhelmlau/freeCodeCamp-QA
and also this url https://github.com/wilhelmlau/freeCodeCamp-QA/tree/main/tes
Your code so far
suite('Unit Tests', function () {
suite('Basic Assertions', function () {
// #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 browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Challenge: Quality Assurance and Testing with Chai - Learn How JavaScript Assertions Work
Link to the challenge: