mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
- 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>
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.