Stubbed missing tests

This commit is contained in:
2024-09-10 16:58:34 -06:00
parent 0aa8a89014
commit 6919e604ad
3 changed files with 32 additions and 0 deletions

View File

@ -66,3 +66,27 @@ func TestSlice(t *testing.T) {
func TestChoose(t *testing.T) {
Todo(t)
}
func TestBind(t *testing.T) {
Todo(t)
}
func TestReturn(t *testing.T) {
Todo(t)
}
func TestMap(t *testing.T) {
Todo(t)
}
func TestSatisfy(t *testing.T) {
Todo(t)
}
func Try(t *testing.T) {
Todo(t)
}
func TestLabel(t *testing.T) {
Todo(t)
}