-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Support compat mode in deno test #13227
Comments
The first step is to update set up code for worker in Lines 455 to 460 in 42777f2
The setup will be mostly the same like in Lines 1154 to 1182 in 42777f2
Specifically this bit needs to be updated: Lines 477 to 481 in 42777f2
I expect that we will need to tweak some type checking settings, as running multiple test files will cause to type check of |
As indicated by the title
This would be useful to run other test runners assertions under
deno test
and easing the migration of node codebases into DenoWould be specially useful for deno_std, where the Node native tests are run as a subprocess instead of being run directly under compat mode (this is really annoying for local debugging, specially with average CPUs)
The text was updated successfully, but these errors were encountered: