mirror of
https://github.com/NixOS/templates.git
synced 2026-01-12 17:28:25 +01:00
12 lines
233 B
FSharp
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!"
|