-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug.
When running tests via Docker, test execution fails for the
@asyncapi/generator-helpers package because a shared Jest configuration
file (jest.config.base) cannot be resolved at runtime.
This appears to be caused by turbo prune --docker excluding shared test
configuration files that are required by package-level Jest configs.
Expected behavior
Docker-based test execution should include all required shared Jest
configuration files referenced by individual packages, and tests
should run successfully inside the container.
Screenshots
How to Reproduce
- Clone the repository
- Navigate to the generator directory
- Run
docker compose up - Observe test execution fail for
@asyncapi/generator-helpers
Note: This reproduces consistently in Docker. Tests pass when run locally
without Docker.
🖥️ Device Information [optional]
- Operating System (OS): Windows 11
- Browser:
- Browser Version:
👀 Have you checked for similar open issues?
- I checked and didn't find similar issue
🏢 Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working