From 5a53be20d4526f467b4d405192143d8d1626dc96 Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Fri, 8 Mar 2013 15:36:41 -0800 Subject: [PATCH] added templates to documentation --- docs/jasmine-overview.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/jasmine-overview.md b/docs/jasmine-overview.md index 9a76405..050233f 100644 --- a/docs/jasmine-overview.md +++ b/docs/jasmine-overview.md @@ -15,6 +15,12 @@ Supports AMD tests via the [grunt-template-jasmine-requirejs](https://github.com Supply your templates that will be used to automatically build the SpecRunner. +## Third party templates + +- [RequireJS](https://github.com/jsoverson/grunt-template-jasmine-requirejs) +- [Code coverage output with Istanbul](https://github.com/maenu/grunt-template-jasmine-istanbul) +- [StealJS](https://github.com/jaredstehler/grunt-template-jasmine-steal) + ## Example application usage - [Pivotal Labs' sample application](https://github.com/jsoverson/grunt-contrib-jasmine-example)