Replies: 2 comments 1 reply
-
|
I have only vague memories of encountering this... A few things to check:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I had the same issue. Take a look at https://github.com/finos/FDC3/blob/fdc3-security-monorepo/toolbox/fdc3-security-implementation/package.json to see how I fixed it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write tests using @testing-library/react and jest.
I am unable to get the tests to run due to this line in the @finos/fdc3
export * from '@finos/fdc3-context';
Seems the export is not recognized as valid.
Has anyone come across this and know how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions