From 8e6eb34364c4755530c7c22cc24c83f635c536df Mon Sep 17 00:00:00 2001 From: Chris <68962562+ChrisCooper0@users.noreply.github.com> Date: Tue, 11 Jan 2022 07:24:00 +0000 Subject: [PATCH] Add official Jest website (#990) --- .../100-frontend/content/115-testing-your-apps/100-jest.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md index 535d60df1..593951e38 100644 --- a/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md +++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/100-jest.md @@ -1 +1,6 @@ -# 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