We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a19ae commit 71ff620Copy full SHA for 71ff620
1 file changed
support/PowerShell.sublime-build
@@ -16,5 +16,9 @@
16
"cmd": ["powershell.exe", "-NoProfile", "-ExecutionPolicy", "Bypass", "-File", "$file"],
17
},
18
19
+ {
20
+ "name": "Pester",
21
+ "cmd": ["pwsh", "-NoProfile", "-ExecutionPolicy", "Bypass", "-Command", "Invoke-Pester"],
22
+ }
23
],
24
}
0 commit comments