mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Merge branch 'master' into events
This commit is contained in:
@@ -39,7 +39,8 @@ describe('graph.Context', () => {
|
||||
});
|
||||
|
||||
it('creates a context without a user', done => {
|
||||
expect(c).to.have.property('user', null);
|
||||
expect(c).to.have.property('user');
|
||||
expect(c.user).to.be.undefined;
|
||||
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user