(t)
| 36 | var logs = []; |
| 37 | |
| 38 | var addTagPrefix = function(t) { return '@' + t; }; |
| 39 | |
| 40 | glob(combineGlobs([testGlob, bundleTestGlob])).then((files) => { |
| 41 | files.forEach(function(file) { |
no outgoing calls
no test coverage detected
searching dependent graphs…