-
-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
Description
It seems to me that the grammar and the generated code in the repository are not consistent at the moment.
Observed Behavior
After running npm run build
, the generated code is updated and different from what is checked into the repository.
When running npm test
after this, various tests fail.
Suggested Solution
Short term: fix the repository by fixing tests or reverting changes that introduced the problem.
Long term: add a check to CI that verifies that the checked in generated files are up to date. This can probably be done by running npm run build
and checking if any of them changed.