@stephan418 commented on GitHub (Oct 17, 2021):
Looks good. Could you look into how to write simple test with mocha and other tools (probably assertion stuff and…
@stephan418 commented on GitHub (Oct 15, 2021):
Fixed; New action to format the whole repository
@stephan418 commented on GitHub (Oct 17, 2021):
Do you mean an enviroment to test the code ourselves (such as insomnia) or do you want write automated test for…
@Stefan-5422 commented on GitHub (Oct 17, 2021):
Unit/Intigration tests to make this project even more overkill than it already is
@stephan418 commented on GitHub (Oct 17, 2021):
So you want to write tests? Do you want to use TDD or just write tests to make sure code isn't broken / gets…
@Stefan-5422 commented on GitHub (Oct 17, 2021):
Do you want to use TDD or just write tests to make sure code isn't broken / gets broken in the future?
Fully…
@stephan418 commented on GitHub (Oct 17, 2021):
Okay, are there any frameworks / runners that work both for frontend and backend testing? Just to keep the tooling…
@Stefan-5422 commented on GitHub (Oct 17, 2021):
I think mocha should support both.