Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 588 Bytes

For test contributors

  • Create json file in content with test case
  • Run bun install to install dependencies
  • Run bun test to ensure tests are passing
  • Before committing tests - run bun fmt for uniform formatting

For implementers

We recommend the following steps:

  • Implement tests runner (ideally with machine-readable output - FHIR#133)
  • Add spec repository as a git submodule
  • Setup CI to publish accessible by HTTP test results
  • Register your implementation - FHIR#132