You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdefault{"The String module": {reverse: {"has no effect on a palindrome": [reverse("hannah"),"hannah"],"reverses a known string": [reverse("ABCDEFG"),"GFEDCBA"],"restores the original string if you run it again": [gen=>gen.asciiString(),original=>[reverse(reverse(original)),original]]}}};
TestCheck.js has an API that is worth looking at for value generators.
The text was updated successfully, but these errors were encountered:
This is beyond the complexity of what's currently in scope for the library, but I'm capturing what the API might look like anyway.
Proposal based on example from
elm-test
:TestCheck.js has an API that is worth looking at for value generators.
The text was updated successfully, but these errors were encountered: