aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
diff options
context:
space:
mode:
authorVojta Jina2013-03-20 18:57:13 -0700
committerVojta Jina2013-04-01 12:24:27 -0700
commitc2e215fab6ba73e195f8c32701cfb6e88e8e1ebd (patch)
treee97578b6e2b7e72b59962c14c7462da65d0d02a0 /angularFiles.js
parent61f2767ce65562257599649d9eaf9da08f321655 (diff)
downloadangular.js-c2e215fab6ba73e195f8c32701cfb6e88e8e1ebd.tar.bz2
chore: use Karma
Diffstat (limited to 'angularFiles.js')
-rw-r--r--angularFiles.js2
1 files changed, 1 insertions, 1 deletions
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) {