Skip to content

Commit

Permalink
Add link to Flip.Expect.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptnCodr committed Feb 12, 2022
1 parent c858ff3 commit f7355ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Expecto.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ false |> isFalse "Value is false."
None |> isNone "Value is None."

{1 .. 10} |> contains "Seq 1 to 10 contains 4." 4

(**
All operators are listed here: <a href="https://github.com/haf/expecto/blob/main/Expecto/Flip.Expect.fs">Expecto.Flip.Expect</a>
*)

0 comments on commit f7355ac

Please sign in to comment.