Closed LaimeJesus closed 5 years ago
Great! :)
I left some comments about code styling
Here's an extract explaining why I'd defined those methods using function
instead of arrow fn
:
// @TODO:
// - currently we can't override a parent class method
// when it's defined as an arrow function
// https://github.com/expressjs/express/issues/2963
This is a comment in the TestController.js
file.
More refactors:
/test/db-clean
and/test/db-seed
.