We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aa47f commit 254c4deCopy full SHA for 254c4de
README.md
@@ -30,6 +30,8 @@ _WIP: this repository is still a work in progress_
30
_Learn how to test async operations using the `async()` as well as `fakeAsync()` functions._
31
- [Mocking and remote http calls]('./app/services/remote.service.spec.ts)
32
_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)
35
36
## Contribute
37
src/app/components/README.md
src/app/services/README.md
0 commit comments