6
src/Tests/Program.fs
Normal file
6
src/Tests/Program.fs
Normal file
@@ -0,0 +1,6 @@
|
||||
open Expecto
|
||||
|
||||
let allTests = testList "Giraffe" [ Common.allTests; Htmx.allTests; ViewEngine.allTests ]
|
||||
|
||||
[<EntryPoint>]
|
||||
let main args = runTestsWithArgs defaultConfig args allTests
|
||||
Reference in New Issue
Block a user