From c4d624052e9fbc409e224591843d9b4140e40440 Mon Sep 17 00:00:00 2001 From: Ameliance SkyMusic Date: Tue, 3 Feb 2026 09:43:39 +0200 Subject: [PATCH] docs: update broken link --- node/modules/testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/modules/testing/README.md b/node/modules/testing/README.md index 1be83aec9..a26fc1598 100644 --- a/node/modules/testing/README.md +++ b/node/modules/testing/README.md @@ -25,7 +25,7 @@ - [Matchers](https://jestjs.io/docs/using-matchers) - [Mocks](https://jestjs.io/docs/mock-functions) - [Testing async code](https://jestjs.io/docs/asynchronous) -- [Table tests](https://miyauchi.dev/posts/jest-table-driven-tests/) +- [Table tests](https://miyauchi.dev/en/posts/jest-table-driven-tests) ## Practice