6 lines
88 B
FSharp
6 lines
88 B
FSharp
open Expecto
|
|
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
runTestsInAssembly defaultConfig argv
|