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

Initial must supports added to data requirement #294

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Ensure that mustSupports only include allowed properties

5473102
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Initial must supports added to data requirement #294

Ensure that mustSupports only include allowed properties
5473102
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests annotations (🧪 jest-coverage-report-action) failed May 6, 2024 in 0s

Test suite run failed

Failed tests: 0/438. Failed suites: 1/31.

Details

Created failed tests' annotations. To disable them, see documentation.

  ● Test suite failed to run

    test/unit/DataRequirementHelpers.test.ts:544:37 - error TS2339: Property 'findSourcewithScope' does not exist on type 'typeof import("/home/runner/work/fqm-execution/fqm-execution/src/helpers/DataRequirementHelpers")'.

    544       expect(DataRequirementHelpers.findSourcewithScope(expression, 'testScope')).toEqual(source);
                                            ~~~~~~~~~~~~~~~~~~~