Gren Browser Test Runner This package allows you to execute Gren tests and output the results in the browser. See gren-lang/test-runner-node if you want to run your tests on node. To define the actual tests, you'll need to use the gren-lang/test package. Quick start Initialize a gren program: mkdir tests cd tests gren init Install the necessary packages: gren package install gren-lang/test gren package install gren-lang/test-runner-browser Create a src/Main.gren with your tests: module Main e...