Question 1: Which library is mainly used for unit testing in JavaScript
Question 2: Which testing framework provides describe and it functions
Question 3: Which assertion library is commonly used with Mocha
Question 4: Which of these supports snapshot testing
Question 5: Which tool is known as a test runner for JavaScript
Question 6: In Chai which style uses should keyword
Question 7: Which testing framework is developed by Facebook
Question 8: Which Chai style uses function expect
Question 9: Which library is best suited for asynchronous testing with promises
Question 10: Which assertion library provides BDD and TDD styles