Skip to content

Commit ba3ca0b

Browse files
committed
fix(angularFiles): ensure only karma-docs.js tests the component-spec files
1 parent 6c66315 commit ba3ca0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

angularFiles.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ angularFiles = {
112112
'test/ngRoute/**/*.js',
113113
'test/ngSanitize/**/*.js',
114114
'test/ngMock/*.js',
115-
'test/ngMobile/**/*.js',
116-
'docs/component-spec/**/*.js'
115+
'test/ngMobile/**/*.js'
117116
],
118117

119118
'jstd': [

0 commit comments

Comments
 (0)