Hi.. I have a problem with writing tests for `moch...
# javascript
e
Hi.. I have a problem with writing tests for
mocha
(NodeJs target and
commonjs
modules). The problem is related to the fact that in tests
main
method from tested module is also running. Does anybody know a solution?