diff options
| author | Matias Niemelä | 2013-06-10 18:16:05 -0400 |
|---|---|---|
| committer | Matias Niemelä | 2013-06-10 18:16:57 -0400 |
| commit | ba3ca0be415c85679f5582e36a8f6dbd2e457cc9 (patch) | |
| tree | e698a0fc78cc5a85c2cc2f624b869500534ef981 /angularFiles.js | |
| parent | 6c663154943e4c0c33c19026a7b500302bda29d4 (diff) | |
| download | angular.js-ba3ca0be415c85679f5582e36a8f6dbd2e457cc9.tar.bz2 | |
fix(angularFiles): ensure only karma-docs.js tests the component-spec files
Diffstat (limited to 'angularFiles.js')
| -rwxr-xr-x | angularFiles.js | 3 |
1 files changed, 1 insertions, 2 deletions
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': [ |
