Which of the following is a common testing framework used in TDD for JavaScript?
- Jasmine
- Jest
- Mocha
- Protractor
Jest is a widely used testing framework for Test-Driven Development (TDD) in JavaScript. It is known for its simplicity, speed, and built-in features like snapshot testing and mocking.
Loading...
Related Quiz
- In a project, you need to embed a YouTube video. Which HTML element would you use for this purpose?
- What are Browser Developer Tools primarily used for?
- You're working on a project that requires real-time data processing. Which cloud platform service would you recommend, and why?
- How does Git handle conflicts when merging two branches with changes to the same line of code?
- _______ preloading is a technique used to fetch critical resources in advance to reduce latency during page load.