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