Conversation
tshemsedinov
left a comment
There was a problem hiding this comment.
Is it subject to close #204 in favour of this PR?
|
@tshemsedinov Perhaps partially. Maybe it will be better if @leonpolak looks at whether everything is present, what he expected. I did not look at PR #204, but just corrected what interfered with the work of the test. |
Co-authored-by: Timur Shemsedinov <timur.shemsedinov@gmail.com>
test/client.js
Outdated
| try { | ||
| const resources = await wsApi.example.resources(); | ||
| test.strictEqual(resources?.total, null); | ||
| // console.log({resources}); |
There was a problem hiding this comment.
Final version before landing should not contain commented console.log's
There was a problem hiding this comment.
ok, do I need to remove all commented code too?
There was a problem hiding this comment.
Just before landing, or you can add comment // not for landing if you added something not related to this PR or commented something just to make this code works but if it should be subject to separate PR
|
Looks like redis can't be accessed in docker: |
You are right, I have forgotten to add optional support running API under a container with Redis. Ok, I will add a config for Redis. |
|
@tshemsedinov Do you have any other suggestions to improve or add some more tests? |
Tests are still failing https://github.com/metarhia/Example/pull/225/checks |
It's because the test.yml haven't any instance of Redis in the test environment. |
210cd9a to
075a1bb
Compare
PR-URL: metarhia#246
PR-URL: metarhia#246
4c051b4 to
5de3b2b
Compare
b865f52 to
44364c7
Compare
44364c7 to
9a129ae
Compare
|
@leonpolak @tshemsedinov |
|
@leonpolak Did you talk about this error before? I caught it too now with node version 18. |

Update client test