mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-02 13:27:55 +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
|
||||
|
||||
fdescribe('NylasSyncStatusStore', ()=> {
|
||||
describe('NylasSyncStatusStore', ()=> {
|
||||
beforeEach(()=> {
|
||||
store._statesByAccount = {}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue