(path)
| 15 | } |
| 16 | |
| 17 | function read(path) { |
| 18 | return fs.readFileSync(__dirname + '/cases/' + path, 'utf8'); |
| 19 | } |
| 20 | |
| 21 | testCases.forEach(function(filename) { |
| 22 | test(filename, () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…