wlsf82 / gather-codecademy

Full stack web application project for Codecademy's PRO course of TDD
MIT License
1 stars 1 forks source link

single item #2

Open Axkaban opened 6 years ago

Axkaban commented 6 years ago

You know, not many people keep the practice of requiring by grouping like you did here: https://github.com/wlsf82/gather-codecademy/blob/master/test/routes/single-item-test.js#L6-L7 but it makes for cleaner more efficient code! Also, well put together here: https://github.com/wlsf82/gather-codecademy/blob/master/test/routes/single-item-test.js#L14-L27 I know that even server side development testing is very blocky and could get to be repetitive but you nailed it beyond the basic idea.