From 17d0c3d41b353461094a3004b9a30624e19b17fe Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Fri, 25 Feb 2022 17:15:24 +0700 Subject: [PATCH] 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 --- .../content/115-testing-your-apps/108-jasmine.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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