templates/dotnet/HelloWorld.Test/TestProgram.fs
Smaug123 006a3efeec Basic .NET template
Conform to template submission guidelines
2023-01-09 22:38:47 +00:00

12 lines
233 B
FSharp

namespace HelloWorld.Test
open HelloWorld
open NUnit.Framework
open FsUnitTyped
[<TestFixture>]
module TestSchema =
[<Test>]
let ``Interpolates correctly`` () =
Program.construct "Nix" |> shouldEqual "Hello, Nix!"