bulletproof-nodejs
bulletproof-nodejs copied to clipboard
Question: How to write a unit test for service layer
I'm trying to write unit tests for service layer bu failing to create mock dependencies, mock Models mock EventDispatcher. Can anyone write an example unit test or at least show me the way to write them? Just one simple test example would help me progress so much, I can take it from there and write other tests by taking it as a reference. Thanks!
I'm trying to write unit tests for service layer bu failing to create mock dependencies, mock Models mock EventDispatcher. Can anyone write an example unit test or at least show me the way to write them? Just one simple test example would help me progress so much, I can take it from there and write other tests by taking it as a reference. Thanks!
https://github.com/kgoel085/AWSIdentity/blob/master/tests/user.signup.test.js U can refer this as i have also created this following this tutorial
@kgoel085 link is down