htmx v2
- Drop `hx-sse` and `hx-ws` attributes - Drop explicit .NET 7 support - Update deps to latest versions
This commit is contained in:
@@ -3,4 +3,4 @@ open Expecto
|
||||
let allTests = testList "Giraffe" [ Common.allTests; Htmx.allTests; ViewEngine.allTests ]
|
||||
|
||||
[<EntryPoint>]
|
||||
let main args = runTestsWithArgs defaultConfig args allTests
|
||||
let main args = runTestsWithCLIArgs [] args allTests
|
||||
|
||||
Reference in New Issue
Block a user