Skip to content

Commit

Permalink
Add development section
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 10, 2024
1 parent 2e08380 commit fe01a4b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ someObject should {
}
```

## Nested Assertions
### Nested Assertions

You can nest assertions for complex objects:

Expand All @@ -167,3 +167,11 @@ complexObject should {
}
}
```

## Development

Clone this project, and then run:

```shell
./gradlew build
```

0 comments on commit fe01a4b

Please sign in to comment.