PowerShellStandard icon indicating copy to clipboard operation
PowerShellStandard copied to clipboard

dotnet new template should support --add-tests to add Pester tests

Open TylerLeonhardt opened this issue 7 years ago • 0 comments

dotnet new psmodule --add-tests

would create:

foo/src/foo.csproj foo/test/foo.Tests.ps1

(opening this so I remember)

TylerLeonhardt avatar May 16 '18 19:05 TylerLeonhardt