Added a test of /login/

This commit is contained in:
Caleb James DeLisle
2018-01-11 18:11:06 +01:00
parent 69aee6c21b
commit cd26a4c093
3 changed files with 27 additions and 7 deletions

View File

@@ -36,7 +36,10 @@ var nt = nThen(function (waitFor) {
}).nThen;
[
// login test must happen after register test
['/register/', {}],
['/login/', {}],
['/assert/', {}],
['/auth/', {}],