Lines Matching refs:result
51 const result = await readUserInfo.otp()
52 t.equal(result, '1234', 'received the otp')
61 const result = await readUserInfo.password()
62 t.equal(result, 'password', 'received the password')
74 const result = await readUserInfo.username()
75 t.equal(result, 'username', 'received the username')
89 const result = await pResult
90 t.equal(result, 'valid', 'received the username')
100 const result = await readUserInfo.email()
101 t.equal(result, 'foo@bar.baz', 'received the email')
113 const result = await pResult
114 t.equal(result, 'foo@bar.baz', 'received the email')