From 522cb747139348bec975efa5d12fd31766a6cb6b Mon Sep 17 00:00:00 2001
From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
Date: Tue, 11 Oct 2022 21:51:25 +0000
Subject: [PATCH] resources added for Jest (#2157)
---
.../102-automation-frameworks/jest.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jest.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jest.md
index 535d60df1..8697febb0 100644
--- a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jest.md
+++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jest.md
@@ -1 +1,9 @@
-# Jest
\ No newline at end of file
+# Jest
+
+Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
+It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!
+
+Free Content
+Official Website
+Official Documentaion
+Jest Crash Course - Unit Testing in JavaScript