merge with tests branch
Cette révision appartient à :
révision
434bde67dc
@ -50,17 +50,6 @@ var tests = [
|
||||
});
|
||||
}
|
||||
|
||||
// SANITY test that an unregistered email returns no results
|
||||
, function () {
|
||||
return leStore.accounts.checkAsync({
|
||||
email: doesntExist.email
|
||||
}).then(function (account) {
|
||||
if (null !== account) {
|
||||
throw new Error("Should return `null` when account does not exist by `accountId`.");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur