mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
Merge pull request #150 from vjeux/fix_file_watcher
[Tests] Fix FileWatcher
This commit is contained in:
commit
74899c8ee0
@ -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…
x
Reference in New Issue
Block a user