ADDS: Continuation to Testing

This commit is contained in:
Bernhard Wagner 2023-02-16 15:24:44 +01:00
parent 99ec261f79
commit 40e629cb0e

View File

@ -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)?