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
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
Testing the AMT transformation to FHIR is hard, one cheap way to do this is snapshot testing, where the resources can be generated against a known data set and stored. They can then be regenerated and compared at build time to determine if changes have occurred.
Testing the AMT transformation to FHIR is hard, one cheap way to do this is snapshot testing, where the resources can be generated against a known data set and stored. They can then be regenerated and compared at build time to determine if changes have occurred.
Jest provides a good way to do this, something similar in concept is needed https://facebook.github.io/jest/docs/en/snapshot-testing.html
Note this isn't comprehensive testing, but a cheap step forward once the transform attains decent stability (i.e. the target stops moving so much!)
The text was updated successfully, but these errors were encountered: