FHIR / sql-on-fhir-v2

This project provides the source for the SQL on FHIR v2.0 Implementation Guide
https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/
MIT License
100 stars 27 forks source link

Tests are run twice within reference implementation #246

Closed johngrimes closed 4 months ago

johngrimes commented 4 months ago

Currently the tests get run twice - once by bun / Jest, and another time to collect their results for the test report.

There must be a more efficient way of doing this, perhaps with a custom reporter.