open Expecto let allTests = testList "MyWebLog" [ Domain.all ] [] let main args = runTestsWithCLIArgs [] args allTests