We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solution-stretch
If this line:
auth-challenge/test/helpers.js
Line 1 in e3521b6
is replaced with:
const DIR = "solution-stretch";
and we then npm run test:4, the test will fail.
npm run test:4
Some of the test output reproduced here in case it saves a bit of time:
TypeError: Cannot read properties of undefined (reading 'id') at post (/Users/Joe/FAC/mentoring/prep/03_Authentication/challenge/auth-challenge/solution-stretch/routes/log-out.js:4:29) ... # Subtest: POST /log-out deletes session and clears cookie not ok 1 - POST /log-out deletes session and clears cookie --- duration_ms: 0.307583083 failureType: 'testCodeFailure' error: 'Expected log in to redirect, but got status: 500' code: 'ERR_ASSERTION' stack: |- TestContext.<anonymous> (/Users/Joe/FAC/mentoring/prep/03_Authentication/challenge/auth-challenge/test/4.test.js:22:10) process.processTicksAndRejections (node:internal/process/task_queues:95:5) async Test.run (node:internal/test_runner/test:418:9) ... 1..1 # tests 1 # pass 0 # fail 1 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If this line:
auth-challenge/test/helpers.js
Line 1 in e3521b6
is replaced with:
and we then
npm run test:4
, the test will fail.Some of the test output reproduced here in case it saves a bit of time:
The text was updated successfully, but these errors were encountered: