mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
ci: run modified tests first (#24463)
Co-authored-by: Meghan Denny <meghan@bun.com>
This commit is contained in:
@@ -28,7 +28,7 @@ describe("console depth", () => {
|
||||
|
||||
function normalizeOutput(output: string): string {
|
||||
// Normalize line endings and trim whitespace
|
||||
return output.replace(/\r\n/g, "\n").replace(/\r/g, "\n").trim();
|
||||
return output.replace(/\r\n?/g, "\n").trim();
|
||||
}
|
||||
|
||||
test("default console depth should be 2", async () => {
|
||||
|
||||
Reference in New Issue
Block a user