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

chore: move more tests away from itest #22909

Merged
merged 19 commits into from
Mar 15, 2024

Conversation

dsherret
Copy link
Member

Part of #22907

output: "jsr/no_module_graph/main.out",
envs: env_vars_for_jsr_tests(),
http_server: true,
});
Copy link
Member Author

@dsherret dsherret Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nathanwhit it might be a little challenging to move this automatically. We could maybe handle certain situations like where we see something like jsr/node_module_graph/main.out then seeing jsr/node_module_graph/ being used in the args too, Then stripping that from the args and output, moving this to the json, and copying/moving the folder over.

@dsherret dsherret requested a review from nathanwhit March 13, 2024 23:54
@dsherret dsherret changed the title chore: move jsr tests away from itest chore: move more tests away from itest Mar 14, 2024
dsherret and others added 17 commits March 13, 2024 22:18
…and#22878)

Does a package resolve when resolving types for a directory (copying the
behaviour that typescript does).
…oland#22906)

Better example to close denoland#22600

---------

Signed-off-by: Matt Mastracci <matthew@mastracci.com>
Stub implementation of getCipherInfo(). Good enough for most cases.

Note: We do not support all OpenSSL ciphers (likely never will)

Fixes denoland#21805
Fixes denoland#18972

Support for web-push VAPID keys & jws signing

- Fixes EC keygen to return raw private key and uncompressed public key
point.
- Support for `EC PRIVATE KEY`
Forward 1.41.3 release commit

Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
Avoids the comment diagnostic that vscode gives. Also, automatically
renames .json to .jsonc for the time being.
@bartlomieju
Copy link
Member

Ooops, looks like something went wrong during the merge. Make sure to remove all the attributions before landing

@dsherret
Copy link
Member Author

Yeah, I'm not sure what I did, but code is fine. I'll squash it.

@dsherret dsherret merged commit e40f9a5 into denoland:main Mar 15, 2024
17 checks passed
@dsherret dsherret deleted the chore_move_jsr_tests_away_from_itest branch March 15, 2024 19:46
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.

7 participants