https://github.com/logdna/nodejs/pull/76 - changes are good but they break the current tests.
The tests fail bc the code continues to execute after done is called in aftereach block. The initial intention of the block was to clean the logger after each test. I removed afterEach part. It is not needed anymore since each test creates its own logger.
https://github.com/logdna/nodejs/pull/76 - changes are good but they break the current tests. The tests fail bc the code continues to execute after done is called in aftereach block. The initial intention of the block was to clean the logger after each test. I removed afterEach part. It is not needed anymore since each test creates its own logger.