(options)
| 13 | } |
| 14 | |
| 15 | constructBroccoliWatcher(options) { |
| 16 | return new (require('sane'))(this.watchedDir, options); |
| 17 | } |
| 18 | |
| 19 | setupBroccoliChangeEvent() { |
| 20 | this.watcher.on('change', this.didChange.bind(this)); |
nothing calls this directly
no outgoing calls
no test coverage detected