(filePath)
| 165 | |
| 166 | it('provides a callback for ignoring files', () => { |
| 167 | function shouldWatchFile(filePath) { |
| 168 | if (filePath === '/somewhere/freaky') { |
| 169 | return false; |
| 170 | } else { |
| 171 | return true; |
| 172 | } |
| 173 | } |
| 174 | |
| 175 | const conf = { |
| 176 | ...defaults, |
no outgoing calls
no test coverage detected
searching dependent graphs…