From 33f15fdf4f54183858ab9292bd25f3eaf9ad2d10 Mon Sep 17 00:00:00 2001
From: Aroyan <43630681+aroyan@users.noreply.github.com>
Date: Wed, 21 Sep 2022 19:30:17 +0800
Subject: [PATCH] feat: add jest content (#1788)
---
.../107-nodejs/content/111-nodejs-testing/100-jest.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/107-nodejs/content/111-nodejs-testing/100-jest.md b/content/roadmaps/107-nodejs/content/111-nodejs-testing/100-jest.md
index 535d60df1..44b89c6e3 100644
--- a/content/roadmaps/107-nodejs/content/111-nodejs-testing/100-jest.md
+++ b/content/roadmaps/107-nodejs/content/111-nodejs-testing/100-jest.md
@@ -1 +1,8 @@
-# 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
+Jest Website
+Jest Documentation
+