mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
4 lines
157 B
CoffeeScript
4 lines
157 B
CoffeeScript
MetadataStore = require '../../src/flux/stores/metadata-store'
|
|
describe "MetadataStore", ->
|
|
beforeEach: ->
|
|
spyOn(atom, "isMainWindow").andReturn(true)
|