roc-lang / examples

All kinds of Roc examples
https://www.roc-lang.org/examples
Creative Commons Zero v1.0 Universal
30 stars 17 forks source link

example suggestions: demonstrate using a separate file for tests #143

Open Anton-4 opened 10 months ago

Anton-4 commented 10 months ago

Currently we've always put expect tests in the same file as the code, for some cases it's nice to have a separate file for tests, so we should show how to do this.

This example could be useful if you don't have much Roc experience yet.