fix(specs): Remove fdescribe

This commit is contained in:
Juan Tejada 2016-03-14 15:39:42 -07:00
parent cfbbcd23d3
commit 0b2d7043d7

View file

@ -2,7 +2,7 @@ import {NylasSyncStatusStore} from 'nylas-exports'
const store = NylasSyncStatusStore const store = NylasSyncStatusStore
fdescribe('NylasSyncStatusStore', ()=> { describe('NylasSyncStatusStore', ()=> {
beforeEach(()=> { beforeEach(()=> {
store._statesByAccount = {} store._statesByAccount = {}
}); });