We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad3d70 commit 710a3caCopy full SHA for 710a3ca
tests/_app1.ps1
@@ -1,7 +1,7 @@
1
Remove-Module pglet -ErrorAction SilentlyContinue
2
Import-Module ([IO.Path]::Combine((get-item $PSScriptRoot).parent.FullName, 'pglet.psd1'))
3
4
-Connect-PgletApp "index" -NoWindow -ScriptBlock {
+Connect-PgletApp "ps-app-test" -ScriptBlock {
5
try {
6
$btn = Button -Text "Click me!" -OnClick {
7
Write-Trace "Oh, I've been clicked!"
0 commit comments