From b2ee310f51d49089a2c88a4b757106d5eb9be8be Mon Sep 17 00:00:00 2001 From: gruppjo Date: Mon, 29 Feb 2016 14:46:04 +0100 Subject: [PATCH] fixes #328: mention jasmine-matchers in test guide --- docs/guides/testing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/testing.md b/docs/guides/testing.md index 9478fb2..36b9d3f 100644 --- a/docs/guides/testing.md +++ b/docs/guides/testing.md @@ -36,3 +36,6 @@ Here are some good resources to get started with writing unit tests: ### Protractor for end-to-end tests Learn more about [Protractor](https://angular.github.io/protractor/#/) and on writing end-to-end tests here: - Protractor for AngularJS - http://ramonvictor.github.io/protractor/slides/#/ + +### Additional resources +- Jasmine-Matchers: additional matchers for Jasmine - https://github.com/JamieMason/Jasmine-Matchers