open Expecto let allTests = testList "Giraffe" [ Common.allTests; Htmx.allTests; ViewEngine.allTests ] [] let main args = runTestsWithCLIArgs [] args allTests