From 40e629cb0eb7d6c0326161f0f0df3d582765926c Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:24:44 +0100 Subject: [PATCH] ADDS: Continuation to Testing --- website/src/pages/technical-manual/docs.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/technical-manual/docs.mdx b/website/src/pages/technical-manual/docs.mdx index 502702af..9b4732c1 100644 --- a/website/src/pages/technical-manual/docs.mdx +++ b/website/src/pages/technical-manual/docs.mdx @@ -74,3 +74,5 @@ Documentation is written with [jsdoc](https://jsdoc.app/) comments. Example: - To regenerate the `doc.json` file manually, run `npm run jsdoc-json` - The file is used by the `JsDoc` component to find the documentation by name - Also, it is used for the `examples.test.mjs` snapshot test + +How does Strudel do its [Testing](/technical-manual/testing)?