code-input
code-input copied to clipboard
Add more tests
Definitely
- Into the
testsfolder, improve the tests by adding more for forms, and checking there is good test coverage.
Maybe
- Add tests for bugs found in issues that might recur in future versions.
- Add more unit tests / use an actual test framework with live coverage.
- Check test coverage / apply tests in PRs.
Add more for changing template attribute value, programmatically creating code-input elements, etc. Support feels patchy.
Potentially use https://www.selenium.dev/ or similar, rather than personally hacked-together code.