We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5b58f commit a2ff46bCopy full SHA for a2ff46b
src/gleam/should.gleam
@@ -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
+
7
// TODO: Move this module into another package so it can be used as a
8
// dep only in test.
9
0 commit comments