startest
Functions
pub fn describe(name: String, suite: List(TestTree)) -> TestTree
Defines a new test suite with the given name.
A suite is a way of grouping related tests together.
describes may also be nested in other describes to form a hierarchy of tests.