aspnetcore/template_feed/Microsoft.DotNet.Test.Proje.../content/XUnit-FSharp/Tests.fs

9 lines
90 B
Forth

module Tests
open System
open Xunit
[<Fact>]
let ``My test`` () =
Assert.True(true)