-
Notifications
You must be signed in to change notification settings - Fork 15
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
test: add separate test files for transform mode and feature testing #52
Conversation
9326c04
to
e6b7cd0
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.
Please remove tests that are not meaningful
thank you for the review I will fix it today |
0f7162d
to
e11a5a7
Compare
Could it be that we are getting this error because we do not support it?
|
It says that namespaces are not supported in strip mode, you need to emable transform mode |
updated, thanks |
what is the difference between |
|
can you squash please |
75aec79
to
d1731df
Compare
actually can you move all your new tests into |
Moved here |
Add separate test files for transform mode and feature testing 46
transform-mode.test.js
to test general transformation mode functionalities, including async/await and ES6 module transformations.transform-feature.test.js
to verify handling of specific ECMAScript features such as class fields and private class fields.transform-decorator-namespace.test.js
to test TypeScript-specific features like decorators and namespaces.