Skip to content
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: ensure loaders passes for non ts #126

Merged

Conversation

arturgawlik
Copy link
Contributor

@arturgawlik arturgawlik commented Dec 15, 2024

Hi 😊 I was looking into tests code coverage and it seems that for non typescript files we're not ensuring that nextLoad is called, there:

return nextLoad(url, context);
and there:
return nextLoad(url, context);

This PR adds tests that checks that, but if You think that it is something that is not worth to test please let me know so I will close this PR.
Also wondering: is there any reason why test coverage for amaro is not configured here https://app.codecov.io/gh/nodejs? or it's just luck of time/resources?

@arturgawlik arturgawlik changed the title test: check syntax is not polyfilled test: ensure loaders passes for non ts test: ensure loaders passes for non ts Dec 15, 2024
@marco-ippolito
Copy link
Member

it's just matter of configuring it

@arturgawlik arturgawlik force-pushed the ensure-loaders-passes-for-non-ts branch from ea46fdc to 14c3521 Compare December 15, 2024 20:52
@marco-ippolito marco-ippolito merged commit c91d07d into nodejs:main Dec 18, 2024
8 checks passed
@arturgawlik arturgawlik deleted the ensure-loaders-passes-for-non-ts branch December 18, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants