Error when exporting ava as custom package and import into another package. #3084
Replies: 4 comments 2 replies
-
My guess is that the AVA version in your package is different from the one in your repository. Try with |
Beta Was this translation helpful? Give feedback.
-
I've run into similar issues. I'm pretty sure both projects reference the |
Beta Was this translation helpful? Give feedback.
-
Hey ! Have you found a solution ? I'm running into a similar issue @stefiix92 @johnsonsamuel |
Beta Was this translation helpful? Give feedback.
-
May be able to shed some light and help here. I'm writing two separate packages which reference I was getting the AssertionError described above and the workaround was to make sure that I was always referencing the exact same |
Beta Was this translation helpful? Give feedback.
-
So I have a repo(package) where I have exported
ava
so that I can import this package to other repos for test.When I tried to import the package and execute the test, I get the below error. Any thoughts?
package name -
ava-typescript-basic
File content to expose for other repos,
File content of repo where I am importing the package where I expose ava
but when I run the test, I get the below error ❌
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions