mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-05 14:18:40 +00:00
10 lines
177 B
Forth
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
|