Files
Giraffe.Htmx/src/Tests/Program.fs

7 lines
181 B
Forth

open Expecto
let allTests = testList "Giraffe" [ Common.allTests; Htmx.allTests; ViewEngine.allTests ]
[<EntryPoint>]
let main args = runTestsWithArgs defaultConfig args allTests