mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
7190ca69f7
Summary: Major ID refactor Test Plan: edgehill --test Reviewers: bengotow, dillon Differential Revision: https://phab.nylas.com/D1946
11 lines
246 B
CoffeeScript
11 lines
246 B
CoffeeScript
Message = require '../../src/flux/models/message'
|
|
Thread = require '../../src/flux/models/thread'
|
|
_ = require 'underscore'
|
|
|
|
mockThread =
|
|
accountId: "abc"
|
|
participants: ["zip@example.com"]
|
|
subject: "blah"
|
|
id: "asdf"
|
|
|
|
describe 'Thread', ->
|