Closed mgramigna closed 1 year ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 84.9% (+0.01% 🔼) |
1962/2311 |
🟡 | Branches | 73.46% | 1722/2344 |
🟢 | Functions | 87.22% (-0.22% 🔻) |
348/399 |
🟢 | Lines | 85.17% (+0.01% 🔼) |
1890/2219 |
353 tests passing in 28 suites.
Report generated by 🧪jest coverage report action from 4d285cf2cded50c0b0a441732c3ba4f4e6a42fe6
Summary
Fixes #172
This PR exposes the ValueSetResolver class that we use as an export from
fqm-execution
so it can be used in other libraries (main use case was use of it within a FHIR server). VSAC also changed their base URL recently for the FHIR API so I updated that too. I also updated the ts-node config to no longer require the use of--files
option when testing the CLINew behavior
Code changes
ts-node --files
option totsconfig
and update docsTesting guidance
Mainly just make sure the
npm run cli
command or usingts-node
directly works without passing in the--files
option. You can test valueset resolution if you want.