-
Notifications
You must be signed in to change notification settings - Fork 155
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
chore(e2e): fix a module which has no default export #2250
chore(e2e): fix a module which has no default export #2250
Conversation
/test e2e-tests |
/retest-required |
1 similar comment
/retest-required |
/lgtm |
/lgtm |
/retest-required |
1 similar comment
/retest-required |
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gustavolira The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
20234e4
into
redhat-developer:main
Description
When running e2e test in local environment, it fails with the error:
SyntaxError: The requested module '@kubernetes/client-node' does not provide an export named 'default'
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer