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/unit_node
Bartek Iwańczuk 5ea494578a Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)
This reverts commit a3529d0232.

This change made debugging Node tests very hard - `AssertionError` is
now printed as `[Circular *1]` giving no visibility what failed.

We need to align two implementations together and remove this one then.
2023-03-31 11:43:20 -06:00
..
_fs test(node/fs): add fs.Dir tests (#18463) 2023-03-31 11:43:19 -06:00
internal chore(ext/node): port pbkdf2 to Rust (#18470) 2023-03-31 11:43:19 -06:00
testdata fix(ext/node): add missing _preloadModules hook (#18447) 2023-03-31 11:43:19 -06:00
_test_utils.ts test(ext/node): port _fs tests from std/node (#18262) 2023-03-20 01:10:39 +09:00
async_hooks_test.ts chore: add tests for node:async_hooks (#18004) 2023-03-17 18:53:57 +01:00
child_process_test.ts test: ignore flaky node:child_process tests (#18360) 2023-03-22 18:39:13 +00:00
crypto_cipher_test.ts fix(ext/node): add aes-128-ecb algorithm support (#18412) 2023-03-31 11:43:18 -06:00
crypto_hash.ts fix(ext/node): resource leak in createHmac (#18229) 2023-03-16 22:25:12 +01:00
crypto_key.ts feat(ext/node): implement crypto.createSecretKey (#18413) 2023-03-31 11:43:18 -06:00
crypto_sign_test.ts fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471) 2023-03-31 11:43:19 -06:00
fs_test.ts fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097) 2023-03-16 12:16:03 +09:00
module_test.ts fix(ext/node): add missing _preloadModules hook (#18447) 2023-03-31 11:43:19 -06:00
process_test.ts feat(test): print pending tests on sigint (#18246) 2023-03-31 11:43:18 -06:00
querystring_test.ts test(ext/node): add querystring_test.ts and readline_test.ts (#18256) 2023-03-19 19:49:11 +09:00
readline_test.ts test(ext/node): add querystring_test.ts and readline_test.ts (#18256) 2023-03-19 19:49:11 +09:00
string_decoder_test.ts test(ext/node): add string_decoder_test.ts from std/node (#18473) 2023-03-31 11:43:19 -06:00
timers_test.ts test(ext/node): add timers_tests.ts from std/node (#18472) 2023-03-31 11:43:19 -06:00
tls_test.ts test(ext/node): add tls_test (#17871) 2023-02-23 12:27:29 +09:00
tty_test.ts test(ext/node): add tty_test and util_test (#17868) 2023-02-23 12:28:19 +09:00
util_test.ts Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-31 11:43:20 -06:00
v8_test.ts feat(ext/node): implement node:v8 (#17806) 2023-02-17 18:48:09 +05:30