bulletproof-nodejs icon indicating copy to clipboard operation
bulletproof-nodejs copied to clipboard

Question: How to write a unit test for service layer

Open alacanevrim opened this issue 5 years ago • 2 comments

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!

alacanevrim avatar Nov 06 '19 20:11 alacanevrim

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 avatar Nov 22 '19 12:11 kgoel085

@kgoel085 link is down

domsen123 avatar May 08 '20 13:05 domsen123