feat: Set up store for teams (#1689)

This commit is contained in:
Nithin David Thomas 2021-03-15 18:35:56 +05:30 committed by GitHub
parent cadb246eaa
commit 941d4219f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1168 additions and 4 deletions

View file

@ -11,5 +11,6 @@ describe('#TeamsAPI', () => {
expect(teams).toHaveProperty('delete');
expect(teams).toHaveProperty('getAgents');
expect(teams).toHaveProperty('addAgents');
expect(teams).toHaveProperty('updateAgents');
});
});