How to use Solday Mocks within my repo #1349
Unanswered
Dhruv-Mishra
asked this question in
Q&A
Replies: 1 comment
-
Installing via npm will not include the test folder. This is for package compactness. Options:
|
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
-
I wish to use the mock contracts listed here as a dependency for my tests. How can I achieve the same? I am using the pnpm package manager for the project. The solady dependency within that does not seem to have any mock definitions.
Is there a way to use the mocks as a dependency without importing the sources locally within my project? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions