Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(test):Common utils test coverage #339

Merged
merged 2 commits into from
Jul 11, 2024
Merged

(test):Common utils test coverage #339

merged 2 commits into from
Jul 11, 2024

Conversation

gitcliff
Copy link
Contributor

@gitcliff gitcliff commented Jul 2, 2024

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

Adding test coverage for some common util functions

Screenshots

Related Issue

Other

Copy link
Contributor

@arodidev arodidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the work @gitcliff, left a minor comment.

describe('utils functions', () => {
describe('flattenObsList', () => {
it('should flatten a nested obs list', () => {
const obsList: OpenmrsObs[] = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should consider moving this to the mocks directory just to have a cleaner code base.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @arodidev
Done

Copy link
Contributor

@arodidev arodidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @gitcliff

@arodidev arodidev merged commit 0397c4f into openmrs:main Jul 11, 2024
4 checks passed
Art-Ndiema pushed a commit to Art-Ndiema/openmrs-form-engine-lib that referenced this pull request Aug 8, 2024
* (test):Common utils test coverage

* move obs list to the mocks folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants