feat: Download Agent wise report (#1517)

This commit is contained in:
Pranav Raj S 2020-12-15 23:35:03 +05:30 committed by GitHub
parent e6f7f5530b
commit 0619894560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 61 additions and 3 deletions

View file

@ -12,5 +12,6 @@ describe('#Reports API', () => {
expect(reports).toHaveProperty('delete');
expect(reports).toHaveProperty('getAccountReports');
expect(reports).toHaveProperty('getAccountSummary');
expect(reports).toHaveProperty('getAgentReports');
});
});