node/test/addons-napi/test_general/binding.gyp
Michael Dawson 71aa251671 test: Improve N-API test coverage
- add coverage for napi_get_prototype
- add coverage for napi_strict_equals

Backport-PR-URL: https://github.com/nodejs/node/pull/19447
PR-URL: https://github.com/nodejs/node/pull/13044
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
2018-04-16 17:45:55 -04:00

8 lines
110 B
Python

{
"targets": [
{
"target_name": "test_general",
"sources": [ "test_general.c" ]
}
]
}