Files
bun.sh/test/napi/node-napi-tests
Claude Bot 4f5e9a2fe3 test: fix test failures unrelated to exception checking
- Delete test-inspector-enabled.js: depends on process.binding("inspector")
  which is not implemented in Bun
- Skip node-options.js in test_uv_threadpool_size: depends on fixtures that
  don't exist in the napi test directory

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 23:56:25 +00:00
..

These files are copied from https://github.com/190n/node/tree/napi-tests-bun, which in turn is a fork of Node.js with their js-native-api tests modified slightly to work in Bun.

To change these files, edit the Node.js fork and then copy the changed version here.

We should periodically (and definitely when we add new Node-API functions) sync that fork with Node.js upstream.