1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00
denoland-deno/tests
Luca Casonato b167219bd7
refactor: don't virtualize the console global for node mode (#25263)
Turns out we only virtualized it so one could have a `Console` property,
and the other one not. We can just make this `console.Console` available
everywhere.
2024-08-29 15:37:50 +02:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
integration fix: replace npm install hint with deno install hint (#25244) 2024-08-29 15:36:41 +02:00
napi fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245) 2024-08-29 15:37:38 +02:00
node_compat chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
registry refactor: don't virtualize the console global for node mode (#25263) 2024-08-29 15:37:50 +02:00
specs fix: replace npm install hint with deno install hint (#25244) 2024-08-29 15:36:41 +02:00
testdata fix(bench): Fix table column alignments and NO_COLOR=1 (#25190) 2024-08-29 15:34:53 +02:00
unit Revert "feat(fetch): accept async iterables for body" (#25207) 2024-08-29 15:34:58 +02:00
unit_node fix(ext/node): import RSA JWK keys (#25267) 2024-08-29 15:37:33 +02:00
util refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-29 15:34:31 +02:00
wpt tests: fix wpt_epoch job (#25264) 2024-08-29 15:37:18 +02:00
Cargo.toml chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746) 2024-08-01 08:35:35 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests