fix(specs): Remove fdescribe

This commit is contained in:
Juan Tejada 2016-03-14 15:39:42 -07:00
parent 812b64edec
commit 4f1617550d

View file

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