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 bee0935 commit 343ca8cCopy full SHA for 343ca8c
HtmxPS.tests.ps1
@@ -23,10 +23,10 @@ describe HtmxPS {
23
} else {
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/"
+ ) -ServerUrl "http://127.0.0.1:8080/"
27
Invoke-RestMethod -Uri $startedLocalJob.ServerUrl
28
$startedLocalJob | Stop-Htmx
29
- $startedLocalJob | Remove-Job
+ $startedLocalJob | Remove-Job
30
}
31
32
0 commit comments