From b6606601c032de28ebe33c1915c89bfb6061e8f1 Mon Sep 17 00:00:00 2001 From: Lazar Nikolov Date: Wed, 31 Jul 2024 15:06:05 -0400 Subject: [PATCH] (javascript): fix testkit broken link (#10917) Found a broken link in the Sentry Testkit page. --- .../javascript/common/best-practices/sentry-testkit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx index 8d5131e83bbd9..62960690e885a 100644 --- a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx +++ b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx @@ -59,7 +59,7 @@ test("collect performance events", function () { }); ``` -You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/test) of sentry-testkit repository as well. +You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/__tests__) of sentry-testkit repository as well. ### Testkit API