Skip to content

Commit a2ff46b

Browse files
committed
Module documentation for gleam/should
1 parent ae5b58f commit a2ff46b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/gleam/should.gleam

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//// A module for testing your Gleam code. The functions found here are
2+
//// compatible with the Erlang eunit test framework.
3+
////
4+
//// More information on running eunit can be found in [the rebar3
5+
//// documentation](https://www.rebar3.org/docs/running-tests).
6+
17
// TODO: Move this module into another package so it can be used as a
28
// dep only in test.
39

0 commit comments

Comments
 (0)