diff options
| author | Matias Niemelä | 2013-06-05 14:31:32 -0400 | 
|---|---|---|
| committer | Igor Minar | 2013-06-06 22:58:56 -0700 | 
| commit | 77c4fc6847156080903a6801b04b139e77377478 (patch) | |
| tree | c5d8573eb855fc5b847e62a66bb48c4d0f2cbe0e /Gruntfile.js | |
| parent | f56125d94efba462869f09064dfa39aa780b8016 (diff) | |
| download | angular.js-77c4fc6847156080903a6801b04b139e77377478.tar.bz2 | |
chore(ngdocs): setup karma-docs testing suite to test docs components
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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',      }, | 
