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

Move JS tests all into Typescript #737

Closed
ambiguousname opened this issue Dec 3, 2024 · 0 comments · Fixed by #750
Closed

Move JS tests all into Typescript #737

ambiguousname opened this issue Dec 3, 2024 · 0 comments · Fixed by #750
Assignees
Labels
B-js JS backend

Comments

@ambiguousname
Copy link
Member

All .mts files get compiled into .mjs files before being run anyways, so having two .mjs files for every test is a little redundant.

I think moving all .mjs tests into the .mts test files would eliminate this slightly odd redundancy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-js JS backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant