[ReactNative] Fix File Watcher test

This commit is contained in:
Christopher Chedeau
2015-03-14 17:50:34 -07:00
parent 2ad43094ea
commit 7fb8bff66b

View File

@@ -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) {