Skip to content

Commit

Permalink
Update setup.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lizozom authored Mar 27, 2024
1 parent d1905d3 commit a4f8a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function setup () {
globalThis.fumeServer = new FumeServer();
await globalThis.fumeServer.warmUp({
FHIR_SERVER_BASE: LOCAL_FHIR_API,
FHIR_PACKAGES: 'il.core.fhir.r4@0.11.0'
FHIR_PACKAGES: 'il.core.fhir.r4@0.13.0'
});
globalThis.app = globalThis.fumeServer.getExpressApp();
console.log('server started!');
Expand Down

0 comments on commit a4f8a88

Please sign in to comment.