Bidello/tests/UnitTest1.fs

9 lines
107 B
Forth
Raw Normal View History

2024-10-26 14:12:05 +02:00
module tests
open NUnit.Framework
open Pentole.TestsExtensions
[<Test>]
let Test1 () =
Assert.Pass()