mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
Linting
This commit is contained in:
@@ -52,7 +52,7 @@ describe('graph.loaders.Metrics', () => {
|
||||
to: (new Date()).setMinutes((new Date()).getMinutes() + 5)
|
||||
})
|
||||
.then(({data, errors}) => {
|
||||
console.log(errors)
|
||||
console.log(errors);
|
||||
expect(errors).to.be.undefined;
|
||||
expect(data.flagged).to.have.length(flagged);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user