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

Tell us what’s happening:
Problem 1)
How do we perform the approximately and there is no notAproximately for the second assertion?

Problem 2)
How can i actually share my replit url?
When I run my code in replit I only get 2 errors (#approximately, #strictEqual/#notStrictEqual) while in freecodecamp I get errors in the first exercise (#isNull,#isNotNull).

Your project link(s)

solution: boilerplate-mochachai - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0

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

Link to the challenge:

  1. Well, you would still use Approximately, but not with the same numbers. I can’t remember exactly what the question was it was asking.

  2. When your code is running, there should be a sample browsers with the link to the running page. And it has to be running to test it:

Hi! :slight_smile:
I was able to understand and solve it. Thank you very much!

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