Closed spalladino closed 1 year ago
I am deleting sandbox-example
What is the best course of action for merging the canary with end-to-end?
We should probably have the entire end-to-end suite testable in a canary-like fashion against the sandbox and NPM packages?
Closing this as duplicate of #2303
Gotta love the irony of closing an issue about duplicate code as a duplicate
The code for the uniswap trade e2e example is replicated three times in our codebase:
We should have a single copy of it, and either import or symlink it where needed. Otherwise, every change to that test needs to be done on 3 exact copies of the same code.