Files
WoofWare.NUnitTestRunner/Consumer/NoAttribute.fs
2024-06-06 20:58:45 +01:00

10 lines
130 B
Forth

namespace Consumer
open NUnit.Framework
open FsUnitTyped
module NoAttribute =
[<Test>]
let foo () = 1 |> shouldEqual 1