mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-05 17:38:40 +00:00
10 lines
130 B
Forth
10 lines
130 B
Forth
namespace Consumer
|
|
|
|
open NUnit.Framework
|
|
open FsUnitTyped
|
|
|
|
module NoAttribute =
|
|
|
|
[<Test>]
|
|
let foo () = 1 |> shouldEqual 1
|