fix(tests): linting & more expects

Also one more tweak for invite validation responsiveness
This commit is contained in:
Sabe Jones
2018-11-14 07:43:08 -06:00
parent f635f178da
commit 64a3d08ce3
10 changed files with 40 additions and 37 deletions

View File

@@ -50,7 +50,7 @@ describe('GET /challenges/:challengeId', () => {
auth: {
local: {
username: groupLeader.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,
@@ -116,7 +116,7 @@ describe('GET /challenges/:challengeId', () => {
auth: {
local: {
username: challengeLeader.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,
@@ -150,7 +150,7 @@ describe('GET /challenges/:challengeId', () => {
auth: {
local: {
username: challengeLeader.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,
@@ -206,7 +206,7 @@ describe('GET /challenges/:challengeId', () => {
auth: {
local: {
username: challengeLeader.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,
@@ -240,7 +240,7 @@ describe('GET /challenges/:challengeId', () => {
auth: {
local: {
username: challengeLeader.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,