Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The idea with the Area I took over from JimJamUrCode.
This is my first project with Node.js or generally in programming. I
hope it meets the requirements and tell me what I need to adjust, it is
adopted.
13 passing (4s)
2 failing
lirc_web routes should have GET route for JSON list of commands for macro:
Error: expected 200 "OK", got 404 "Not Found"
at Test._assertStatus (node_modules/supertest/lib/test.js:232:12)
at Test._assertFunction (node_modules/supertest/lib/test.js:247:11)
at Test.assert (node_modules/supertest/lib/test.js:148:18)
at Server.assert (node_modules/supertest/lib/test.js:127:12)
at emitCloseNT (net.js:1525:8)
lirc_web index action should return an HTML document in which all button elements of class command-link have an href of the form /remotes/:remote/:command:
Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
Unfortunately, I still have an error while executing the test..