From b8f879cc39cab08c128d27ac0a650c476831dbff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 8 Oct 2023 05:30:46 +0200 Subject: [PATCH] Add related to topic "Jest" --- topics/jest/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/jest/index.md b/topics/jest/index.md index 7e6e6ef6c77..7f0c1220488 100644 --- a/topics/jest/index.md +++ b/topics/jest/index.md @@ -3,5 +3,6 @@ display_name: Jest short_description: Jest is a JavaScript testing framework built on top of Jasmine. topic: jest wikipedia_url: https://en.wikipedia.org/wiki/Jest_(JavaScript_framework) +related: javascript, testing, mocking, coverage, mocha, jasmine, chai, qunit --- -Jest is a JavaScript testing framework built on top of Jasmine, with a focus on simplicity and support for large web applications. +**Jest** is a JavaScript testing framework built on top of Jasmine, with a focus on simplicity and support for large web applications.