You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tests for codegens check only what code has been generated, but not the validity of the code. This leads to situations where the generated code does not compile.
To improve the situation, we need a simple way to compile the generated code in each test. This may come in a form of extended Jest matcher, or an utility function.
The text was updated successfully, but these errors were encountered:
Currently, tests for codegens check only what code has been generated, but not the validity of the code. This leads to situations where the generated code does not compile.
To improve the situation, we need a simple way to compile the generated code in each test. This may come in a form of extended Jest matcher, or an utility function.
The text was updated successfully, but these errors were encountered: