Xunit -> Expecto (#7)

This commit was merged in pull request #7.
This commit is contained in:
2023-02-27 20:55:16 -05:00
committed by GitHub
parent fb5c4f1bcb
commit e3db0bced0
15 changed files with 989 additions and 1103 deletions

6
src/Tests/Program.fs Normal file
View 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