# Blog Tests ## Setup for testing ### Clone the repository ```sh git clone https://github.com/StevanFreeborn/blog.stevanfreeborn.com.git ``` ### Run the tests ```sh dotnet test ```