enable all tests and fix createTeam test (#106)
This commit is contained in:
parent
b1474a37b7
commit
d27122c69b
2 changed files with 3 additions and 3 deletions
|
|
@ -53,8 +53,8 @@ export function createTeam(userId, team) {
|
|||
data: created
|
||||
},
|
||||
{
|
||||
type: TeamsTypes.RECEIVED_MY_TEAM_MEMBER,
|
||||
data: member
|
||||
type: TeamsTypes.RECEIVED_MY_TEAM_MEMBERS,
|
||||
data: [member]
|
||||
},
|
||||
{
|
||||
type: TeamsTypes.SELECT_TEAM,
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ describe('Actions.Teams', () => {
|
|||
// });
|
||||
// });
|
||||
|
||||
it.only('getTeamMember', (done) => {
|
||||
it('getTeamMember', (done) => {
|
||||
TestHelper.initBasic(Client).then(async () => {
|
||||
const store = configureStore();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue