Files
blog.stevanfreeborn.com/test/Blog.Tests/README.md
T

16 lines
186 B
Markdown
Raw 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
```