Skip to content

Commit 45bf5b8

Browse files
author
Alexander Vakrilov
authored
chore(docs): Update writing-tests.md with note about code snippets comments (NativeScript#5489)
* Update WritingUnitTests.md * chore: typo
1 parent 319c153 commit 45bf5b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WritingUnitTests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ export function test_getJSON(done) {
8282
(error) => { done(error); }); // fail
8383
};
8484
```
85+
86+
# Misc
87+
88+
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.

0 commit comments

Comments
 (0)