mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
5 lines
157 B
CoffeeScript
5 lines
157 B
CoffeeScript
|
MetadataStore = require '../../src/flux/stores/metadata-store'
|
||
|
describe "MetadataStore", ->
|
||
|
beforeEach: ->
|
||
|
spyOn(atom, "isMainWindow").andReturn(true)
|