mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
13 lines
343 B
CoffeeScript
13 lines
343 B
CoffeeScript
|
describe "AccountSidebarStore", ->
|
||
|
xit "should update it's selected ID when the focusTag action fires", ->
|
||
|
true
|
||
|
|
||
|
xit "should update when the DatabaseStore emits changes to tags", ->
|
||
|
true
|
||
|
|
||
|
xit "should update when the NamespaceStore emits", ->
|
||
|
true
|
||
|
|
||
|
xit "should provide an array of sections to the sidebar view", ->
|
||
|
true
|