diff --git a/WritingUnitTests.md b/WritingUnitTests.md index 22faaa8bf..e2d791692 100644 --- a/WritingUnitTests.md +++ b/WritingUnitTests.md @@ -82,3 +82,7 @@ export function test_getJSON(done) { (error) => { done(error); }); // fail }; ``` + +# Misc + +When looking into the code of the existing tests, you might encounter strange comments looking like this `// >> animation-chaining`. These are markers for code snippets generated in the docs documetation. They are not related to testing so you don't need to add any of those in your tests.