Testing the fixes that are distributed with elm-janitor
2023-11-25
Because several core Elm packages have known bugs with proposed bugfixes, the elm-janitor github org forked the packages and applied some fix PRs.
To test that these patches actually work, I created a test suite repository with:
- Tests that only need an Elm test runner
- Tests that need a fake browser environment
- Tests that need an actual browser
The repository is also useful to develop new patches for the upstream core Elm packages.