mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
7 lines
225 B
CoffeeScript
7 lines
225 B
CoffeeScript
|
ContactStore = require '../../src/flux/stores/contact-store'
|
||
|
|
||
|
describe "ContactStore", ->
|
||
|
xit 'should return an empty array when there is no namespace', ->
|
||
|
r = ContactStore.searchContacts ''
|
||
|
expect(r.length).toBe 0
|