node/test/addons-napi
Jayson D. Henkel d7b4ad89fb
test: improve message for assert.strictEqual()
PR-URL: https://github.com/nodejs/node/pull/16013
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2017-10-23 17:23:02 -04:00
..
1_hello_world n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
2_function_arguments n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
3_callbacks n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
4_object_factory n-api: add optional string length parameters 2017-09-20 09:32:47 -07:00
5_function_factory n-api: add optional string length parameters 2017-09-20 09:32:47 -07:00
6_object_wrap n-api: add optional string length parameters 2017-09-20 09:32:47 -07:00
7_factory_wrap n-api: add optional string length parameters 2017-09-20 09:32:47 -07:00
8_passing_wrapped n-api: add optional string length parameters 2017-09-20 09:32:47 -07:00
test_array n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
test_async n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_buffer n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
test_constructor n-api,test: use module name macro 2017-10-17 23:29:10 -07:00
test_conversions n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_dataview n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
test_env_sharing n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_error test: remove template literal 2017-10-11 02:05:57 -04:00
test_exception test: improve message for assert.strictEqual() 2017-10-23 17:23:02 -04:00
test_fatal n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_function n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_general n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_handle_scope n-api: check against invalid handle scope usage 2017-10-18 08:53:32 -07:00
test_make_callback n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_make_callback_recurse n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_number n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
test_object lib,src: fix consistent spacing inside braces 2017-09-20 12:32:17 -07:00
test_promise test: fix race condition in addon test 2017-10-11 02:06:13 -04:00
test_properties n-api: fix warning about size_t compare with int 2017-09-25 11:26:02 -07:00
test_reference n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
test_string n-api: add check for large strings 2017-10-11 02:05:29 -04:00
test_symbol n-api: refactor napi_addon_register_func 2017-09-20 09:23:01 -07:00
test_typedarray test: remove redundant error messages 2017-10-17 23:32:11 -07:00
test_warning n-api: use module name macro 2017-10-17 23:34:48 -07:00
.gitignore
common.h n-api: add code parameter to error helpers 2017-07-27 22:20:50 +02:00
testcfg.py n-api: remove n-api module loading flag 2017-09-20 09:32:47 -07:00