0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00
denoland-deno/cli/tests
Matt Mastracci d1490b1a88
chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320)
We never want tests to hit the real npm registry because this causes
test flakes. In addition, we set a sentinal "unset" value for
`NPM_CONFIG_REGISTRY` to ensure that all tests requiring npm go through
the test server.
2023-08-31 14:04:14 +02:00
..
integration chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320) 2023-08-31 14:04:14 +02:00
node_compat fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165) 2023-08-21 18:23:27 +05:30
testdata fix(bench): explicit timers don't force high precision measurements (#20272) 2023-08-31 14:02:40 +02:00
unit fix(ext/kv): don't panic if listening on queues and KV is not closed (#20317) 2023-08-31 14:04:14 +02:00
unit_node fix(node/http): don't leak resources on destroyed request (#20040) 2023-08-31 14:04:14 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00