Closed jellegerbrandy closed 7 years ago
there is a stub for the test in tests/profile.test.js:
tests/profile.test.js
it('arriving on profile page without being logged shoudl redirect to home [TODO]', function () { // TODO: implement the functionality and write this test })
Temporarly close, we need a more generalistic routing rules set depending on user role (anon, logged, other?) #237
there is a stub for the test in
tests/profile.test.js
: