Skip to content

Add tests for project actions #266

@enriquezrene

Description

@enriquezrene

The following project actions have no tests, add them:

export class LoadProjects implements Action {
  public readonly type = ProjectActionTypes.LOAD_PROJECTS;
  constructor() {}
}
 
export class LoadProjectsSuccess implements Action {
  readonly type = ProjectActionTypes.LOAD_PROJECTS_SUCCESS;
  constructor(readonly payload: Project[]) {}
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions