Hello all!
I am writing an Elm application, and I’d like to introduce some tests (written in Elm), to the codebase.
- What libraries exist for this?
- Are there options to use property-based testing in Elm?
- Some parts of the library require ports having been set up from the JavaScript-side, and interacting with them. How to test these?