Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit de9d471

Browse files
committed
Add cross-platform test
1 parent 2d0c0e1 commit de9d471

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/Fargo.Test/AllAtOnce.fs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ let ``completion of command on a full token in the middle``() =
227227
complete2 12 "voice select --voice funny"
228228
=! "select"
229229

230-
231-
232-
230+
[<Fact>]
231+
let ``test cross platform support`` () =
232+
let ex = Record.Exception(Action(fun () -> ignore Console.supportVT100))
233+
Assert.Null(ex)

0 commit comments

Comments
 (0)