We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6681330 commit 238c36eCopy full SHA for 238c36e
src/PowerShellEditorServices.Host/CodeLens/PesterCodeLensProvider.cs
@@ -43,7 +43,7 @@ private IEnumerable<CodeLens> GetPesterLens(
43
{
44
new ClientCommand(
45
"PowerShell.RunPesterTests",
46
- "run tests",
+ "Run tests",
47
new object[]
48
49
scriptFile.ClientFilePath,
@@ -53,7 +53,7 @@ private IEnumerable<CodeLens> GetPesterLens(
53
54
55
56
- "debug tests",
+ "Debug tests",
57
58
59
0 commit comments