mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Removed log
This commit is contained in:
@@ -136,8 +136,6 @@ describe('graph.loaders.Metrics', () => {
|
||||
to: (new Date()).setMinutes((new Date()).getMinutes() + 5)
|
||||
})
|
||||
.then(({data, errors}) => {
|
||||
console.log(JSON.stringify(errors, null, 2));
|
||||
|
||||
expect(errors).to.be.undefined;
|
||||
expect(data.assetsByLike).to.have.length(liked);
|
||||
expect(data.assetsByFlag).to.have.length(flagged);
|
||||
|
||||
Reference in New Issue
Block a user