1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests
David Sherret 06afb54281 fix(npm): show a progress bar when initializing the node_modules folder (#18136)
Creating the node_modules folder when the packages are already
downloaded can take a bit of time and not knowing what is going on can
be confusing. It's better to show a progress bar.
2023-03-16 11:56:22 +09:00
..
integration fix(npm): show a progress bar when initializing the node_modules folder (#18136) 2023-03-16 11:56:22 +09:00
node_compat chore(ext/node): suppress node compat tests stdout by default (#17909) 2023-03-10 12:43:29 +09:00
testdata fix(npm): show a progress bar when initializing the node_modules folder (#18136) 2023-03-16 11:56:22 +09:00
unit fix(core): SafePromiseAll to be unaffected by Array#@@iterator (#17542) 2023-03-16 11:54:49 +09:00
unit_node test(ext/node): add tty_test and util_test (#17868) 2023-02-23 12:28:19 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00