diff --git a/docs/tutorials/unittests.md b/docs/tutorials/unittests.md new file mode 100644 index 0000000..5c8a632 --- /dev/null +++ b/docs/tutorials/unittests.md @@ -0,0 +1,6 @@ +# Unit Tests + +Unit tests are used in Self Host Blocks to check that parsing +configurations produce the expected result. + +You can find all unit tests under the [tests/](/tests/) directory.