-
Notifications
You must be signed in to change notification settings - Fork 42
feat: Add experimental module metadata injection #334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The newly added e2e tests pass on my machine but don't run in CI from my fork... |
Ah we disabled E2E tests since we introduced debug IDs since the ones we had didn't make sense anymore. Lemme look into this... |
My assumption was that e2e tests are disabled for PRs from external forks since an auth token is used for the |
That too! |
packages/e2e-tests/scenarios/module-metadata/module-metadata.test.ts
Outdated
Show resolved
Hide resolved
This reverts commit 9dbe23b.
3b3bf0b
to
703cbdd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you! :)
Closes #323
This PR:
moduleMetadata
to_experiments
optionmoduleMetadata
has been setThis PR does not yet pass through
entryPoint
to the metadata callback as suggested here.