myWebLog/src/MyWebLog.Tests/Program.fs

10 lines
156 B
Forth
Raw Normal View History

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