Closed rishson closed 7 years ago
@@ master #84 diff @@
==========================================
Files 10 11 +1
Lines 222 235 +13
Methods 0 0
Messages 0 0
Branches 19 20 +1
==========================================
+ Hits 220 233 +13
Misses 0 0
Partials 2 2
Powered by Codecov. Last update 924130a...487901d
Fixes #83.
allCommands
is an async function that maintains a cache of all the commands (installed and built-in). This module is used by both thecli
and the built-inversion
command.In addition:
MockModule
now able to mock modules that are relative to module under test (but not in same dir). Typings forsinon-as-promised
.