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

node:test should be builtin module #14

Closed
loynoir opened this issue Apr 7, 2023 · 1 comment
Closed

node:test should be builtin module #14

loynoir opened this issue Apr 7, 2023 · 1 comment

Comments

@loynoir
Copy link

loynoir commented Apr 7, 2023

Actual

$ node
> (await import('is-builtin-module')).default('node:test')
false

Expected

$ node
> (await import('is-builtin-module')).default('node:test')
true

Related

nodejs/node#47465

@loynoir
Copy link
Author

loynoir commented Apr 7, 2023

Close, in favor of #12

@loynoir loynoir closed this as completed Apr 7, 2023
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

No branches or pull requests

1 participant