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 --- angularFiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'angularFiles.js') diff --git a/angularFiles.js b/angularFiles.js index 44614a8c..968405af 100644 --- a/angularFiles.js +++ b/angularFiles.js @@ -208,7 +208,7 @@ if (exports) { var files = []; [].splice.call(arguments, 0).forEach(function(file) { - if (file.match(/testacular/)) { + if (file.match(/karma/)) { files.push(file); } else { angularFiles[file].forEach(function(f) { -- cgit v1.2.3