From c2e215fab6ba73e195f8c32701cfb6e88e8e1ebd Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Wed, 20 Mar 2013 18:57:13 -0700 Subject: chore: use Karma --- Gruntfile.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Gruntfile.js') 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' }, -- cgit v1.2.3