mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Update message view test
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
describe('MessageView', function() {
|
||||
var message = Whisper.Messages.add({
|
||||
var thread = Whisper.Threads.add({id: 'foo'});
|
||||
var message = thread.messages().add({
|
||||
threadId: thread.id,
|
||||
body: 'hello world',
|
||||
type: 'outgoing',
|
||||
timestamp: new Date().getTime()
|
||||
|
||||
Reference in New Issue
Block a user