diff options
| author | Vojta Jina | 2012-03-05 09:59:29 -0800 |
|---|---|---|
| committer | Vojta Jina | 2012-03-05 09:59:29 -0800 |
| commit | bbd3a3fd76a3b1f410e0304d5455fc22864796b4 (patch) | |
| tree | 5621064e012c1867984218d0d3dce34ac91fa900 /angularFiles.js | |
| parent | e86bafecd212789cde61050073a69c1e49ffd011 (diff) | |
| download | angular.js-bbd3a3fd76a3b1f410e0304d5455fc22864796b4.tar.bz2 | |
chore: Update slim-jim
Diffstat (limited to 'angularFiles.js')
| -rw-r--r-- | angularFiles.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/angularFiles.js b/angularFiles.js index af38755c..0a85a8ba 100644 --- a/angularFiles.js +++ b/angularFiles.js @@ -157,18 +157,18 @@ angularFiles = { // Execute only in slim-jim if (typeof JASMINE_ADAPTER !== 'undefined') { // SlimJim config - files = [JASMINE_ADAPTER]; + files = [JASMINE, JASMINE_ADAPTER]; angularFiles.jstd.forEach(function(pattern) { // replace angular source if (pattern === '@angularSrc') files = files.concat(angularFiles.angularSrc); - // ignore jstd files - else if (!/jstd-(scenario-)?adapter/.test(pattern)) files.push(pattern); + // ignore jstd and jasmine files + else if (!/jstd|jasmine/.test(pattern)) files.push(pattern); }); exclude = angularFiles.jstdExclude; autoWatch = true; autoWatchInterval = 1; - logLevel = LOG_ERROR; + logLevel = LOG_INFO; logColors = true; } |
