deno/tests
Felipe Cardozo efea61e1bc
tests: update sourcemap tests for npm-only source existence check (#31601)
Update the sourcemap_nonexistent_source test expectation to reflect that
source file existence is only checked for npm packages (for
performance).

Add sourcemap_npm_nonexistent_source test to cover the npm package case
where source maps reference non-existent files and should fall back to
showing the bundle file path in stack traces.
2025-12-15 19:21:01 -03:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi fix(ffi): check that fast calls are taken (#30658) 2025-09-11 12:02:57 +02:00
integration fix(compile): sentinal conflict with strtab on intel mac (#31587) 2025-12-15 15:06:35 +05:30
napi fix(ext/napi): suppress deprecated Buffer warnings (#31245) 2025-11-11 15:02:29 +09:00
node_compat fix(ext/node): DatabaseSync compatibility (#31515) 2025-12-11 20:04:20 +07:00
registry fix(x): cache on demand when running, resolve packages with only one binary, don't fail on node-gyp if not present (#31619) 2025-12-15 14:19:17 -08:00
specs tests: update sourcemap tests for npm-only source existence check (#31601) 2025-12-15 19:21:01 -03:00
sqlite_extension fix(ext/node): fix sqlite extension used for testing; ensure related tests are actually meaningful (#31547) 2025-12-10 14:06:05 +01:00
sqlite_extension_test fix(ext/node): fix sqlite extension used for testing; ensure related tests are actually meaningful (#31547) 2025-12-10 14:06:05 +01:00
testdata ci: attempt to improve test stability (#31563) 2025-12-11 11:42:47 -05:00
unit ci: more stability for integration tests (#31578) 2025-12-12 16:19:07 -05:00
unit_node ci: more stability for integration tests (#31578) 2025-12-12 16:19:07 -05:00
util 2.6.1 (#31615) 2025-12-15 13:45:57 +01:00
wpt test: ignore flaky wpt test (#31535) 2025-12-09 13:19:31 +01:00
Cargo.toml ci: more stability for integration tests (#31578) 2025-12-12 16:19:07 -05:00
lib.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md

Deno Integration Tests