Skip to content

Commit

Permalink
Missing # in readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
NagRock committed Mar 12, 2018
1 parent 10ec212 commit 93d6625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Mocking library for TypeScript inspired by http://mockito.org/
* `thenReturn` - return value [#example](#stubbing-method-calls)
* `thenThrow` - throw an error [#example](#throwing-errors)
* `thenCall` - call custom method [#example](#custom-function)
* `thenResolve` - resolve promise [example](#resolving--rejecting-promises)
* `thenReject` - rejects promise [example](#resolving--rejecting-promises)
* `thenResolve` - resolve promise [#example](#resolving--rejecting-promises)
* `thenReject` - rejects promise [#example](#resolving--rejecting-promises)
* Checking if methods were called with given arguments (`verify`)
* `anything`, `notNull`, `anyString`, `anyOfClass` etc. - for more flexible comparision
* `once`, `twice`, `times`, `atLeast` etc. - allows call count verification [#example](#call-count-verification)
Expand Down

0 comments on commit 93d6625

Please sign in to comment.