diff options
author | Kaique da Silva <44123854+ktfth@users.noreply.github.com> | 2023-06-29 23:22:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 11:22:04 +0900 |
commit | fc335bd28d27903ab4ffbddd101816d63b0ad2e3 (patch) | |
tree | 017316ff394c2c8819f3617a2740ffb2395ae167 /cli/tests/integration | |
parent | 4db534d4614e2b96161b67906e062500e764079c (diff) |
test(ext/node): added assertion errors test (#19609)
Diffstat (limited to 'cli/tests/integration')
-rw-r--r-- | cli/tests/integration/node_unit_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/node_unit_tests.rs b/cli/tests/integration/node_unit_tests.rs index 2323dba9b..7c1da1939 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -50,6 +50,7 @@ util::unit_test_factory!( _fs_writeFile_test = _fs / _fs_writeFile_test, _fs_write_test = _fs / _fs_write_test, async_hooks_test, + assertion_error_test, buffer_test, child_process_test, crypto_cipher_test = crypto / crypto_cipher_test, |