From 85214da400270fb68aad4be6dc44f64a2a0e4bd9 Mon Sep 17 00:00:00 2001 From: Randil Tharusha <51049280+randilt@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:45:07 +0530 Subject: [PATCH] doc: add javascript testing youtube video tutorial (#4926) --- .../roadmaps/frontend/content/115-testing-your-apps/100-jest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/frontend/content/115-testing-your-apps/100-jest.md b/src/data/roadmaps/frontend/content/115-testing-your-apps/100-jest.md index bd5f9df0e..fce07efd7 100644 --- a/src/data/roadmaps/frontend/content/115-testing-your-apps/100-jest.md +++ b/src/data/roadmaps/frontend/content/115-testing-your-apps/100-jest.md @@ -6,3 +6,4 @@ It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and m Visit the following resources to learn more: - [Jest Website](https://jestjs.io/) +- [JavaScript Testing With Jest](https://youtu.be/IPiUDhwnZxA?si=2_lE2bDo2fRuo2CU)