Gren Effectful Test Runner Run Gren integration tests that depend on the actual results of tasks. See the full API on the package site. Quick Start Create a directory for your tests and initialize a gren program targeting node: mkdir tests cd tests gren init --platform=node Install the package: gren package install blaix/gren-effectful-tests Create a src/Main.gren with your tests. See the examples below, the working example in the repo, or the package docs for how to do that. Then compile and...