mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 02:49:57 +08:00
feat: user usage gql & test case improve (#5076)
This commit is contained in:
@@ -126,7 +126,6 @@ test('should find default user', async t => {
|
||||
})
|
||||
.expect(200)
|
||||
.expect(res => {
|
||||
console.log(res.body);
|
||||
t.is(res.body.data.user.email, 'alex.yang@example.org');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user