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