-
Notifications
You must be signed in to change notification settings - Fork 672
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
If a project module contains a re-exported object, the test fails #969
Comments
The issue is caused by babel/babel#2877. This ticket contains workaround for the issue, we can try to do it on our side. @AndreyBelym can you try workaround on our side? |
Okay, I will try it. |
Yep, the workaround works. I am creating the PR. |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
…ss#971) * Add workaround for broken re-export (closes DevExpress#969) * Add NOTE * Dirty fix
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
What is the expected behavior?
Test passed
How would you reproduce the current behavior (if this is a bug)?
Add the re-exporting object to the any project module
export * from './mod'
Provide the test code and the tested page URL (if applicable)
Tested page URL: -
Test code
src/consts.js:
src/module.js:
tests/test.js:
Related links
http://www.ecma-international.org/ecma-262/6.0/#sec-exports
babel/babel#2877
babel/babel#4751
Specify your
The text was updated successfully, but these errors were encountered: