Files

16 lines
186 B
Markdown
Raw Permalink Normal View History

# 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
```