mirror of https://github.com/status-im/metro.git
[ReactNative] Fix File Watcher test
This commit is contained in:
parent
d2cf0de12e
commit
6dfa8c0e4d
|
@ -20,7 +20,7 @@ describe('FileWatcher', function() {
|
|||
});
|
||||
});
|
||||
|
||||
it('it should get the watcher instance when ready', function() {
|
||||
pit('it should get the watcher instance when ready', function() {
|
||||
var fileWatcher = new FileWatcher(['rootDir']);
|
||||
return fileWatcher._loading.then(function(watchers) {
|
||||
watchers.forEach(function(watcher) {
|
||||
|
|
Loading…
Reference in New Issue