mirror of
https://git.adityakumar.xyz/flakes.git
synced 2024-11-09 22:19:45 +00:00
12 lines
233 B
Forth
12 lines
233 B
Forth
namespace HelloWorld.Test
|
|
|
|
open HelloWorld
|
|
open NUnit.Framework
|
|
open FsUnitTyped
|
|
|
|
[<TestFixture>]
|
|
module TestSchema =
|
|
|
|
[<Test>]
|
|
let ``Interpolates correctly`` () =
|
|
Program.construct "Nix" |> shouldEqual "Hello, Nix!"
|