Quality Assurance and Testing with Chai - Use Assert.isOK and Assert.isNotOK

Tell us what’s happening:
Not Sure what is wrong with my code. Can anyone look at it? Or is this a Microsoft Edge issue?
I’ll try on my Firefox Browser.

This seems so silly but…
Your code so far

// change code below this line

test(’#isOk, #isNotOk’, function(){
assert.isNotOk(null, ‘null is falsey’);
assert.isOk(“I’m truthy”, ‘a string is truthy’);
assert.isOk(true, ‘true is truthy’ );
});

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/information-security-and-quality-assurance/quality-assurance-and-testing-with-chai/use-assert-isok-and-assert-isnotok

Solved it.

You have to create a new glitch project.

Did the same thing, no idea why but opening a new project without changing anything solved the issue.