Skip to content

Commit 254c4de

Browse files
committed
docs(README): add link to custom matchers
1 parent a1aa47f commit 254c4de

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ _WIP: this repository is still a work in progress_
3030
_Learn how to test async operations using the `async()` as well as `fakeAsync()` functions._
3131
- [Mocking and remote http calls]('./app/services/remote.service.spec.ts)
3232
_Learn how to mock external dependencies, such as use the `MockBackend` provided by Angular to respond to http calls._
33+
1. [**Custom Matchers and Utilities**](./app/utils)
34+
- [Create your own custom Jasmine matchers](./app/utils/custom-matchers.ts)
3335

3436
## Contribute
3537

src/app/components/README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/app/services/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)