Replies: 1 comment
-
Hi Sven, I'm glad you like this template and thanks so much for the many issues, PRs and suggestions you have made over time. Unfortunately, there's no way to pass arguments the way you want to. This is not a limitation of this template, Hardhat or TypeScript. It's a limitation of Mocha. In short, you cannot pass the values generated in the low-level |
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
-
So far I am very pretty happy with this template, have used it for quite some projects !
However, likely due to my lack in understanding of waffle and/or TypeScript, I can't get a simple extension to work (with my approach) where I just want to set a "global" variable during deployment or a previous test, and then pass it on as a parameter to
shouldBehaveLikeGreeter
- it always ends up asundefined
there ...https://github.com/SvenMeyer/test-parameter
Beta Was this translation helpful? Give feedback.
All reactions