4 Commits

Author SHA1 Message Date
Mariusz Nowak
4944f471b1
Prettify 2019-06-26 12:43:01 +02:00
Seiji Komatsu
d506ec68e5 Fixes #4434
The 2nd argument of Logs constructor contains just a command line
arguments like `{"-f", "hello"}`.

As of the above, logs command always fail on the last of logs command.

PR#4344 aims to inject userStats, so I've solved this problem by
injecting userStats by substitution not the constructor argument.
2017-11-04 12:00:27 +09:00
Alessio Coser
21450dfd7f injects usersStat dependency to improve code coverage of Logs class 2017-10-04 15:19:22 +02:00
Philipp Muens
8aad2372eb Refactor test structure
So that all tests follow the *.test.js pattern and globs are used to find test files.
2016-11-22 12:49:26 +01:00