flakes/dotnet/HelloWorld.Test/TestProgram.fs

13 lines
233 B
Forth
Raw Permalink Normal View History

2023-06-30 18:28:35 +00:00
namespace HelloWorld.Test
open HelloWorld
open NUnit.Framework
open FsUnitTyped
[<TestFixture>]
module TestSchema =
[<Test>]
let ``Interpolates correctly`` () =
Program.construct "Nix" |> shouldEqual "Hello, Nix!"