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
As we discussed earlier, this particular test should not just be checked by the tsc, but also be executed using either cds-ts, or by transpiling first and calling cds on it afterwards.
We should then make sure that this code does not cause any runtime errors.
In fact, running actual typed code, such as a typed version of CDS samples, would also fall into this kind of test.
The text was updated successfully, but these errors were encountered:
daogrady
changed the title
Execute _runtime.test.ts_ as part of test pipeline
Execute _runtime.test.ts_ as part of test pipeline/ run stakeholder tests for actual code
Mar 4, 2024
As we discussed earlier, this particular test should not just be checked by the
tsc
, but also be executed using eithercds-ts
, or by transpiling first and callingcds
on it afterwards.We should then make sure that this code does not cause any runtime errors.
In fact, running actual typed code, such as a typed version of CDS samples, would also fall into this kind of test.
The text was updated successfully, but these errors were encountered: