On the Angular project we currently use many scripts for various reasons: translation synchronization, build, etc.
It would be nice to have at least some basic tests to prevent issues during code updates, as has already happened — for instance with the translation script (ref #4842). In this way we could better maintain the expected behaviors also for larger scripts; as an example we can take a PR like #4528, which introduces a new script for generating decorators.
On the Angular project we currently use many scripts for various reasons: translation synchronization, build, etc.
It would be nice to have at least some basic tests to prevent issues during code updates, as has already happened — for instance with the translation script (ref #4842). In this way we could better maintain the expected behaviors also for larger scripts; as an example we can take a PR like #4528, which introduces a new script for generating decorators.