Skip to content

Commit 93d6625

Browse files
committed
Missing # in readme links
1 parent 10ec212 commit 93d6625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Mocking library for TypeScript inspired by http://mockito.org/
1616
* `thenReturn` - return value [#example](#stubbing-method-calls)
1717
* `thenThrow` - throw an error [#example](#throwing-errors)
1818
* `thenCall` - call custom method [#example](#custom-function)
19-
* `thenResolve` - resolve promise [example](#resolving--rejecting-promises)
20-
* `thenReject` - rejects promise [example](#resolving--rejecting-promises)
19+
* `thenResolve` - resolve promise [#example](#resolving--rejecting-promises)
20+
* `thenReject` - rejects promise [#example](#resolving--rejecting-promises)
2121
* Checking if methods were called with given arguments (`verify`)
2222
* `anything`, `notNull`, `anyString`, `anyOfClass` etc. - for more flexible comparision
2323
* `once`, `twice`, `times`, `atLeast` etc. - allows call count verification [#example](#call-count-verification)

0 commit comments

Comments
 (0)