computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
695 B
10 lines
695 B
# Jasmine |
|
|
|
Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests. It provides utilities that can be used to run automated tests for both synchronous and asynchronous code. |
|
|
|
Visit the following resources to learn more: |
|
|
|
- [@article@Official Website](https://jasmine.github.io/) |
|
- [@article@Official Docs](https://jasmine.github.io/pages/docs_home.html) |
|
- [@opensource@Official Repository](https://github.com/jasmine/jasmine) |
|
- [@video@Javascript Unit Testing with Jasmine](https://www.youtube.com/watch?v=rw4KlxKEENQ)
|
|
|