You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had modified the port, now it is running on port 8000. Also, I had to change the test final route, now is pointing to the 8000 and not into the
http.get('http://127.0.0.1:1337', res => {
.
And everything looks fine, except that when I run the test and log the output to check if it is okay, it returns that is okay... but assert doesn't notice it.
`
server on port 8000 ready
Example Node Server
🙅🏻♂️ 200
1) should return 200
0 passing (30ms)
1 failing
`
The text was updated successfully, but these errors were encountered:
First of all... thanks. 👌🏿
I had modified the port, now it is running on port 8000. Also, I had to change the test final route, now is pointing to the 8000 and not into the
http.get('http://127.0.0.1:1337', res => {
.
And everything looks fine, except that when I run the test and log the output to check if it is okay, it returns that is okay... but assert doesn't notice it.
`
`
The text was updated successfully, but these errors were encountered: