B
B
bo8832014-01-07 13:29:19
Node.js
bo883, 2014-01-07 13:29:19

Where can I find articles on unit testing applications on nodejs/express (not bdd)?

Googled everything possible. We need articles (available in English) How to unit test an application and its parts (methods).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Kozhin, 2014-01-08
@affka

In order to test application modules, it is necessary that it has a competent architecture that allows it to be done. Express you hardly need to test (i.e. send a real http request), most likely it will be enough to call actions with parameters, headers, etc.
In general, the question is not well formulated.

S
Sergey, 2014-01-07
Protko @Fesor

read a book on unit testing in general, arm yourself with nodeunit and try.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question