From ba3ca0be415c85679f5582e36a8f6dbd2e457cc9 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Mon, 10 Jun 2013 18:16:05 -0400 Subject: fix(angularFiles): ensure only karma-docs.js tests the component-spec files --- angularFiles.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'angularFiles.js') diff --git a/angularFiles.js b/angularFiles.js index e40d3b3e..fc67daaa 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -112,8 +112,7 @@ angularFiles = { 'test/ngRoute/**/*.js', 'test/ngSanitize/**/*.js', 'test/ngMock/*.js', - 'test/ngMobile/**/*.js', - 'docs/component-spec/**/*.js' + 'test/ngMobile/**/*.js' ], 'jstd': [ -- cgit v1.2.3