mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix tests
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
describe("Fixtures", function() {
|
||||
before(function(done) {
|
||||
Whisper.Fixtures.saveAll().then(done);
|
||||
Whisper.Fixtures.saveAll().then(function() {
|
||||
done();
|
||||
});
|
||||
});
|
||||
it('renders', function(done) {
|
||||
ConversationController.updateInbox().then(function() {
|
||||
|
||||
Reference in New Issue
Block a user