A test suite for Node-API implementors across different JS engines and runtimes. Written in ECMAScript & C/C++ with an implementor customizable harness.
Important
This repository is currently a work-in-progress and shouldn't yet be relied on by anyone.
The tests are divided into two buckets, based on the two header files declaring the Node-API functions:
tests/js-native-api/*testing the engine-specific part of Node-API defined in thejs_native_api.hheader.tests/node-api/*testing the runtime-specific part of Node-API defined in thenode_api.hheader.