-
Notifications
You must be signed in to change notification settings - Fork 1.2k
es6module: enable test3257 #4600
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
boingoing
left a comment
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.
Looks good to me 👍
| // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. | ||
| //------------------------------------------------------------------------------------------------------- | ||
|
|
||
| WScript.RegisterModuleSource("mod0.js", ` |
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.
Looks like this isn't correctly registering as a module, since a test is failing on CI:
>Error in opening file 'D:\j\workspace\x86_test_prtest3d272688\test\es6module\mod0.js' : The system cannot find the file specified.
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.
Interesting this didn't show up with other test cases.
06b3958 to
540fe28
Compare
|
Good to see test re-enabled. Good work @obastemur |
Fixes #4575