diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 316feba89..461f16f4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -104,3 +104,8 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/ajnart Homarr uses [GitMoji](https://gitmoji.dev/). We would appreciate it if everyone keeps their commit messages withing these rulings. +### Tests +- Place testfiles directly at the root of the unit +- Only test a single unit of work inside a unit test +- You may test multiple units inside one test file +- Testnames do not begin with ``should`` or the unit name \ No newline at end of file