The only test currently being generated (from `new` or `update` command) is use case tests. Since entities also can (and should) have logic, they should have tests for entities as well. ex: `\src\domain\entities\user.js` `\src\domain\entities\user.test.js`
The only test currently being generated (from
neworupdatecommand) is use case tests.Since entities also can (and should) have logic, they should have tests for entities as well.
ex:
\src\domain\entities\user.js\src\domain\entities\user.test.js