mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-02 21:38:21 +08:00
fix(specs): Remove fdescribe
This commit is contained in:
parent
cfbbcd23d3
commit
0b2d7043d7
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue