deno/tests
Scott Kyle 17a628379d
fix(ext/console): console.group indents two spaces (#29486)
Since `DEFAULT_INDENT` is already two spaces, incrementing `indentLevel`
by 2 was causing each group to indent by **four** spaces. Indenting by
two spaces matches the behavior Node and Bun.
2025-05-29 10:20:43 -04:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
integration fix(coverage): HTML validation errors in coverage explorer (#29497) 2025-05-29 09:48:11 +02:00
napi chore: prefer workspace dependencies in order to avoid duplicate crates (#28281) 2025-02-26 14:55:47 +00:00
node_compat fix(ext/node): fix getEventListeners in node:events (#29480) 2025-05-28 21:47:31 +09:00
registry fix(node): do not require permission checks for require's node_modules stats (#29397) 2025-05-20 15:50:41 +00:00
specs fix(coverage): HTML validation errors in coverage explorer (#29497) 2025-05-29 09:48:11 +02:00
sqlite_extension_test fix(ext/node): implement DatabaseSync#loadExtension (#29050) 2025-04-29 12:30:21 +00:00
testdata chore(tests): use docs.deno.com in tests to prevent GitHub rate limits (#29400) 2025-05-20 16:40:27 +00:00
unit fix(ext/console): console.group indents two spaces (#29486) 2025-05-29 10:20:43 -04:00
unit_node fix(ext/node): add "internal/http2/util" module (#29474) 2025-05-28 21:46:36 +09:00
util chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
wpt fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00:00
Cargo.toml perf(lockfile): slightly terser lockfile formatting, remove old lockfile code (#28992) 2025-04-22 01:12:16 +00:00
lib.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests