File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,18 +157,18 @@ angularFiles = {
157
157
// Execute only in slim-jim
158
158
if ( typeof JASMINE_ADAPTER !== 'undefined' ) {
159
159
// SlimJim config
160
- files = [ JASMINE_ADAPTER ] ;
160
+ files = [ JASMINE , JASMINE_ADAPTER ] ;
161
161
angularFiles . jstd . forEach ( function ( pattern ) {
162
162
// replace angular source
163
163
if ( pattern === '@angularSrc' ) files = files . concat ( angularFiles . angularSrc ) ;
164
- // ignore jstd files
165
- else if ( ! / j s t d - ( s c e n a r i o - ) ? a d a p t e r / . test ( pattern ) ) files . push ( pattern ) ;
164
+ // ignore jstd and jasmine files
165
+ else if ( ! / j s t d | j a s m i n e / . test ( pattern ) ) files . push ( pattern ) ;
166
166
} ) ;
167
167
168
168
exclude = angularFiles . jstdExclude ;
169
169
170
170
autoWatch = true ;
171
171
autoWatchInterval = 1 ;
172
- logLevel = LOG_ERROR ;
172
+ logLevel = LOG_INFO ;
173
173
logColors = true ;
174
174
}
You can’t perform that action at this time.
0 commit comments