From 0b2d7043d7036931a8be51b63af129d1f81c9bc2 Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Mon, 14 Mar 2016 15:39:42 -0700 Subject: [PATCH] fix(specs): Remove fdescribe --- spec/stores/nylas-sync-status-store-spec.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/stores/nylas-sync-status-store-spec.es6 b/spec/stores/nylas-sync-status-store-spec.es6 index 3fd15c729..03f4e295b 100644 --- a/spec/stores/nylas-sync-status-store-spec.es6 +++ b/spec/stores/nylas-sync-status-store-spec.es6 @@ -2,7 +2,7 @@ import {NylasSyncStatusStore} from 'nylas-exports' const store = NylasSyncStatusStore -fdescribe('NylasSyncStatusStore', ()=> { +describe('NylasSyncStatusStore', ()=> { beforeEach(()=> { store._statesByAccount = {} });