8000 Tutorial Interdependency Leading to Unexpected Behaviour · Issue #25 · matter-labs/tutorials · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Tutorial Interdependency Leading to Unexpected Behaviour #25
Open
@idea404

Description

@idea404

🐛 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:

  1. To clone a sub-directory of this repo and run its tests involves copy pasting all the helpers from the root level for tests.
  2. 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

  1. Create a new directory locally
  2. Copy and paste all files from custom-aa into this new directory
  3. Copy and paste all imports that used to be in the root directory of this tutorials repo and are required for tests
  4. Install dependencies
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0