Hello @Mwapsam,
We loved your project 💯 and the javascript was very well structured. The code was DRY and you kept it simple.
However, there are a few issues to air out in order to take improve your project:
[Optional]
- Kindly consider separating the test from the modules folder, the reason is to give better organization for the project
- it would be better to create a new folder and name it
__test__ where you can the tests because it is the folder jest looks for to run your tests by default.
Hello @Mwapsam,
We loved your project 💯 and the javascript was very well structured. The code was DRY and you kept it simple.
However, there are a few issues to air out in order to take improve your project:
[Optional]
__test__where you can the tests because it is the folder jest looks for to run your tests by default.