Mailspring/spec-nylas/models/thread-spec.coffee
Ben Gotow 7190ca69f7 refactor(db): change ID system to have clientIDs and serverIDs
Summary: Major ID refactor

Test Plan: edgehill --test

Reviewers: bengotow, dillon

Differential Revision: https://phab.nylas.com/D1946
2015-08-28 11:24:29 -07:00

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', ->