Closed armaniferrante closed 5 years ago
Now that we have oasis.workspace we should replace all hardcoded paths with it, e.g., https://github.com/oasislabs/e2e-tests/blob/master/test/7_test_failures.js#L10.
oasis.workspace
We should do this in the next sprint so that we can run the e2e-tests without hardcoding the path to the bytecode (which is very much needed for local testing).
Done.
Now that we have
oasis.workspace
we should replace all hardcoded paths with it, e.g., https://github.com/oasislabs/e2e-tests/blob/master/test/7_test_failures.js#L10.