https://github.com/nodejs/js-native-api-test
Node.js js-native-api-test suite, externalized so that it can be used to test Node-API implementations outside of Node.js
https://github.com/nodejs/js-native-api-test
Last synced: 9 months ago
JSON representation
Node.js js-native-api-test suite, externalized so that it can be used to test Node-API implementations outside of Node.js
- Host: GitHub
- URL: https://github.com/nodejs/js-native-api-test
- Owner: nodejs
- License: mit
- Archived: true
- Created: 2018-10-15T20:47:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T21:16:36.000Z (about 5 years ago)
- Last Synced: 2025-09-24T00:30:08.155Z (10 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 20
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# js-native-api-test
Test suite for JavaScript Engine specific portion of Node-api.
This repository holds a copy of the js-native-api subset of the Node-api test suite so that
it can be used to validate native api implementations outside of Node.js.
Currently we are still working on the process to extract the test suite and publish it to this
repo on a regular basis.