docs: add inject dependencies section in module tests + improvements (#12993)

This commit is contained in:
Shahed Nasser
2025-07-18 16:33:36 +03:00
committed by GitHub
parent fc29fc66d2
commit 6474e4b328
8 changed files with 161 additions and 183 deletions
+6
View File
@@ -474,6 +474,12 @@ const redirects = async () => {
destination: "/resources/js-client/:path*",
permanent: true,
},
{
source:
"/learn/debugging-and-testing/testing-tools/modules-tests/module-example",
destination: "/learn/debugging-and-testing/testing-tools/modules-tests",
permanent: true,
},
]
}