mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
fix(angularFiles): ensure only karma-docs.js tests the component-spec files
This commit is contained in:
parent
6c66315494
commit
ba3ca0be41
1 changed files with 1 additions and 2 deletions
3
angularFiles.js
vendored
3
angularFiles.js
vendored
|
|
@ -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': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue