How should I import the contract in test contract? #2466
Answered
by
onbjerg
CaledoniaProject
asked this question in
Help
-
I'm using |
Beta Was this translation helpful? Give feedback.
Answered by
onbjerg
Jul 25, 2022
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CaledoniaProject
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
import "src/MyToken.sol";
as well because of the default remappings. Any way is fine - whatever you prefer :)