kumascript tests and cleanup #609
Unanswered
schalkneethling
asked this question in
Content
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, turns out the kumascript tests are a blocker for our move to ESM. I spoke with a few people and it seems we can get around this by dropping the existing unit tests, and instead, testing the macros using headless tests. The thinking is that what we really want to test is that the output of a macro is what is expected. I am wondering whether we can:
Are there any macros we know we can drop or render out?
Also, the question of deprecating macros has been brought up. We can do this and show the message for folks running in non-production mode.
Would love to get people feedback on the above. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions