Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq89 committed Dec 26, 2024
1 parent 275f911 commit 7f86255
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 122 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ describe('Certificate collector test for a death registration', () => {
expect(element.hostNodes()).toHaveLength(1)
})

it.only('redirects to review certificate for print in advance option', async () => {
it('redirects to review certificate for print in advance option', async () => {
const $printInAdvance = await waitForElement(
component,
'#type_PRINT_IN_ADVANCE'
Expand Down Expand Up @@ -644,7 +644,7 @@ describe('Certificate collector test for a marriage registration', () => {
expect(element.hostNodes()).toHaveLength(1)
})

it.only('redirects to review certificate for print in advance option', async () => {
it('redirects to review certificate for print in advance option', async () => {
const $printInAdvance = await waitForElement(
component,
'#type_PRINT_IN_ADVANCE'
Expand Down
1 change: 0 additions & 1 deletion packages/commons/src/fhir/transformers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import {
isObservation,
isURLReference,
urlReferenceToResourceIdentifier,
// BundleEntryWithFullUrl,
findEntryFromBundle
} from '..'

Expand Down

0 comments on commit 7f86255

Please sign in to comment.