node/test/node-api
Rich Trott a2e4020e4b
test: prepare for consistent comma-dangle lint rule
Make changes so that tests will pass when the comma-dangle settings
applied to the rest of the code base are also applied to tests.

PR-URL: https://github.com/nodejs/node/pull/37930
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
2021-09-04 12:24:57 +02:00
..
1_hello_world
test_async test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test_async_cleanup_hook node-api: define version 8 2021-04-25 07:18:11 +02:00
test_async_context n-api: fix test_async_context warnings 2020-12-15 20:15:25 +00:00
test_buffer buffer,n-api: release external buffers from BackingStore callback 2020-05-16 12:52:51 -07:00
test_callback_scope test: convert most N-API tests from C++ to C 2020-08-10 21:21:50 -07:00
test_cleanup_hook test: convert most N-API tests from C++ to C 2020-08-10 21:21:50 -07:00
test_env_teardown_gc node-api: stop ref gc during environment teardown 2021-04-26 12:42:24 +02:00
test_exception n-api: defer Buffer finalizer with SetImmediate 2019-06-14 13:03:12 +02:00
test_fatal report: generates report on threads with no isolates 2021-09-03 14:38:33 +02:00
test_fatal_exception
test_general node-api: allow retrieval of add-on file name 2021-08-31 10:55:04 -04:00
test_instance_data module: deprecate module.parent 2020-07-16 17:09:13 -04:00
test_make_callback n-api: napi_make_callback emit async init with resource of async_context 2020-12-15 20:15:06 +00:00
test_make_callback_recurse test: convert most N-API tests from C++ to C 2020-08-10 21:21:50 -07:00
test_null_init
test_policy test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test_threadsafe_function test,doc,lib: adjust object literal newlines for lint rule 2021-06-11 09:30:18 +02:00
test_uv_loop src: de-lint header usage 2019-03-12 09:57:19 -04:00
test_worker_buffer_callback test: fix out-of-bound reads from invalid sizeof usage 2020-05-04 14:23:26 +02:00
test_worker_terminate
test_worker_terminate_finalization n-api: unlink reference during its destructor 2020-12-15 20:15:09 +00:00
.gitignore
node-api.status test: remove flaky designation for test_threadsafe_function 2019-03-04 11:09:47 -08:00
testcfg.py