tests: add more test coverage

This commit is contained in:
Stevan Freeborn
2025-03-23 22:33:34 -05:00
parent 45a0ead7d8
commit c901d8d643
11 changed files with 541 additions and 9 deletions
@@ -40,7 +40,6 @@ sealed class GenerateCommand(
public override ValidationResult Validate()
{
var pathExists = _fileSystem.File.Exists(Path);
if (pathExists is false)