balena-cli/tests
Lucian 4d389bb6cc Implement full command testing, beginning with "balena version"
This also modifies the core CLI to be fed command programatically, which
is useful for being able to do thing like mock endpoints with tools like
"nock", and provide an easier debugging experience.
The tests utilise a "runCommand" helper that intercepts and captures
stdout/stderr writes and returns them once the command has finished
running. At this point the test implementation can parse the
stdout/stderr logs and assess nock interceptions to determine if the
command ran correctly.
This change also homogenises debug messages to start with `[debug]`,
however this is not strictly enforced by linting rules.

Change-type: minor
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
2019-08-12 14:50:41 +01:00
..
auth Convert test files to Typescript 2019-08-08 16:50:50 +01:00
utils Convert test files to Typescript 2019-08-08 16:50:50 +01:00
helpers.ts Implement full command testing, beginning with "balena version" 2019-08-12 14:50:41 +01:00
version.spec.ts Implement full command testing, beginning with "balena version" 2019-08-12 14:50:41 +01:00