near-cli
near-cli copied to clipboard
Test environment is hardcoded for one output contrcat
Is your feature request related to a problem? Please describe.
The test environment is hardcoded to look up out.wasm. This is a design choice that makes the test environment not very reusable if you are looking to develop with multiple or external contracts.
Describe the solution you'd like
Test environment makes less assumptions about the environment is used.
Describe alternatives you've considered
Keep copy-pasting the test environment to every project, making horrible copy-paste code in process.