diff options
| author | Vojta Jina | 2013-03-20 18:57:13 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2013-04-01 12:24:27 -0700 | 
| commit | c2e215fab6ba73e195f8c32701cfb6e88e8e1ebd (patch) | |
| tree | e97578b6e2b7e72b59962c14c7462da65d0d02a0 /Gruntfile.js | |
| parent | 61f2767ce65562257599649d9eaf9da08f321655 (diff) | |
| download | angular.js-c2e215fab6ba73e195f8c32701cfb6e88e8e1ebd.tar.bz2 | |
chore: use Karma
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/Gruntfile.js b/Gruntfile.js index 8facd45f..c318a2a6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,17 +45,17 @@ module.exports = function(grunt) {      test: { -      jqlite: 'testacular-jqlite.conf.js', -      jquery: 'testacular-jquery.conf.js', -      modules: 'testacular-modules.conf.js', +      jqlite: 'karma-jqlite.conf.js', +      jquery: 'karma-jquery.conf.js', +      modules: 'karma-modules.conf.js',        //NOTE run grunt test:e2e instead and it will start a webserver for you -      end2end: 'testacular-e2e.conf.js' +      end2end: 'karma-e2e.conf.js'      },      autotest: { -      jqlite: 'testacular-jqlite.conf.js', -      jquery: 'testacular-jquery.conf.js' +      jqlite: 'karma-jqlite.conf.js', +      jquery: 'karma-jquery.conf.js'      }, | 
