From 77c4fc6847156080903a6801b04b139e77377478 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Wed, 5 Jun 2013 14:31:32 -0400 Subject: chore(ngdocs): setup karma-docs testing suite to test docs components --- Gruntfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index f0cb8ebc..24dcaa78 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,6 +48,7 @@ module.exports = function(grunt) { test: { jqlite: 'karma-jqlite.conf.js', jquery: 'karma-jquery.conf.js', + docs: 'karma-docs.conf.js', modules: 'karma-modules.conf.js', //NOTE run grunt test:e2e instead and it will start a webserver for you end2end: 'karma-e2e.conf.js' @@ -57,7 +58,8 @@ module.exports = function(grunt) { autotest: { jqlite: 'karma-jqlite.conf.js', jquery: 'karma-jquery.conf.js', - modules: 'karma-modules.conf.js' + modules: 'karma-modules.conf.js', + docs: 'karma-docs.conf.js', }, -- cgit v1.2.3