We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343ca8c commit 8191033Copy full SHA for 8191033
HtmxPS.tests.ps1
@@ -24,6 +24,7 @@ describe HtmxPS {
24
$startedLocalJob = Start-Htmx -Htmx (
25
htmx button "Click Me" hx-on:click="alert('Thanks, I needed that!')"
26
) -ServerUrl "http://127.0.0.1:8080/"
27
+ Start-Sleep -Seconds 1
28
Invoke-RestMethod -Uri $startedLocalJob.ServerUrl
29
$startedLocalJob | Stop-Htmx
30
$startedLocalJob | Remove-Job
0 commit comments