Files
WoofWare.PawPrint/WoofWare.PawPrint.Test/TestThing.fs

10 lines
172 B
Forth

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