5c12ad7cef
- Update with header/attribute changes between alpha8 and beta4 - Add support for htmax script, attributes, headers, and extension config Reviewed-on: #19
7 lines
197 B
FSharp
7 lines
197 B
FSharp
open Expecto
|
|
|
|
let allTests = testList "Giraffe" [ Common.allTests; Htmx.allTests; ViewEngine.allTests; ViewEngineMax.allTests ]
|
|
|
|
[<EntryPoint>]
|
|
let main args = runTestsWithCLIArgs [] args allTests
|