Open
Description
🐛 Bug Report for zkSync Era In-Memory Node
📝 Description
Deps are now brought together by yarn workspaces and tests are abstracted into the root level of this repo. This makes creates two problems:
- To clone a sub-directory of this repo and run its tests involves copy pasting all the helpers from the root level for tests.
- Running tests for
custom-aa
locally fails when cloned individually as opposed to when it is run as a part of this entire repo.
🔄 Reproduction Steps
- Create a new directory locally
- Copy and paste all files from
custom-aa
into this new directory - Copy and paste all imports that used to be in the root directory of this tutorials repo and are required for tests
- Install dependencies
- Run tests
🤔 Expected Behavior
For tests to pass.
😯 Current Behavior
Describe what actually happened.
🖥️ Environment
see this repo for example: https://github.com/idea404/test-aa