Resources added for Jasmine (#1149)
* Resources added for Jasmine * Update content/roadmaps/100-frontend/content/115-testing-your-apps/108-jasmine.md * Update content/roadmaps/100-frontend/content/115-testing-your-apps/108-jasmine.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1156/head
parent
a30f1ee9c9
commit
17d0c3d41b
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
||||
# Jasmine |
||||
# 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. |
||||
|
||||
<ResourceGroupTitle>Free Resources</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Website' href='https://jasmine.github.io/'>Official Website</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Docs' href='https://jasmine.github.io/pages/docs_home.html'>Official Docs</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Rep' href='https://github.com/jasmine/jasmine'>Official Repository</BadgeLink> |
||||
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://www.youtube.com/watch?v=rw4KlxKEENQ'>Javascript Unit Testing with Jasmine</BadgeLink> |
||||
|
Loading…
Reference in new issue