chore: added global lint and test commands to backend package (#81)
* chore: added global lint and test commands to backend package * chore: removed lint command from root scope execution
This commit is contained in:
@@ -240,7 +240,9 @@ describe('deleteTeamRequest', () => {
|
||||
|
||||
describe('createTeamRequest', () => {
|
||||
test('rejects for invalid collection id', async () => {
|
||||
mockTeamCollectionService.getTeamOfCollection.mockResolvedValue(E.left(TEAM_INVALID_COLL_ID));
|
||||
mockTeamCollectionService.getTeamOfCollection.mockResolvedValue(
|
||||
E.left(TEAM_INVALID_COLL_ID),
|
||||
);
|
||||
|
||||
const response = await teamRequestService.createTeamRequest(
|
||||
'invalidcollid',
|
||||
|
||||
Reference in New Issue
Block a user