15
Views
3
Comments
Solved
In BDD, should I recreate the actions or add dependency?
Question

I want to business logic of my app, should I recreate it in the test module or should I only add dependency?
Also, I am getting error and wasn't able to install BDD for client side in our dev environment. Since my app is in reactive, will it cause issue if I use BDD Framework to test the logic? Since as far as I know, BDD Framework is for traditional.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.