From 91fa865bf22afdf4b25a20acce7a8c7f7d331323 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 47f18961..20d94360 100644 --- a/angularFiles.js +++ b/angularFiles.js @@ -201,7 +201,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