diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/108-jasmine.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/108-jasmine.md index 49050a4de..7dd26a1c0 100644 --- a/content/roadmaps/100-frontend/content/115-testing-your-apps/108-jasmine.md +++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/108-jasmine.md @@ -1 +1,9 @@ -# Jasmine \ No newline at end of file +# 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. + +Free Resources +Official Website +Official Docs +Official Repository +Javascript Unit Testing with Jasmine