From 9a241448efea2bf8f04d9788f38d08b141c6294d Mon Sep 17 00:00:00 2001 From: Abdullahi Abdiaziz yusuf <91767628+Abdullahi-abdiaziz@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:49:07 +0300 Subject: [PATCH] Add a free article to the documentation (#7467) Added a section on 'Testing JavaScript with Vultr' to the documentation. The article explains how to deploy and test JavaScript applications on the Vultr cloud platform, covering setup, environment configuration, and basic test scripts for ensuring performance and reliability. --- src/data/roadmaps/react/content/jest@opa61u9gYgSpoPtxp58wu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/react/content/jest@opa61u9gYgSpoPtxp58wu.md b/src/data/roadmaps/react/content/jest@opa61u9gYgSpoPtxp58wu.md index 08c4219bc..a8ea9f241 100644 --- a/src/data/roadmaps/react/content/jest@opa61u9gYgSpoPtxp58wu.md +++ b/src/data/roadmaps/react/content/jest@opa61u9gYgSpoPtxp58wu.md @@ -6,3 +6,4 @@ Visit the following resources to learn more: - [@official@Jest Website](https://jestjs.io/) - [@feed@Explore top posts about Jest](https://app.daily.dev/tags/jest?ref=roadmapsh) +- [@article@Testing JavaScript with Jest on Vultr](https://developer.mozilla.org/en-US/blog/test-javascript-with-jest-on-vultr/)