Files
WoofWare.PawPrint/WoofWare.DotnetRuntime.Test/TestThing.fs
2025-02-14 00:00:03 +00:00

10 lines
177 B
Forth

namespace WoofWare.DotnetRuntime.Test
open FsUnitTyped
open NUnit.Framework
[<TestFixture>]
module TestThing =
[<Test>]
let ``foo is a thing`` () = 1 |> shouldEqual 1