Merge branch 'master' into events

This commit is contained in:
Wyatt Johnson
2018-02-16 15:47:37 -07:00
198 changed files with 4263 additions and 3396 deletions
+2 -1
View File
@@ -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();
});