napi-rs/examples/napi-compat-mode/__tests__/napi8/sub-process-removable.js
LongYinan 583a2ba5c8
chore(triples): update target list (#2879)
* chore(triples): update target list

* convert compat tests to esm

* Fix node 20 test
2025-08-15 18:31:56 +08:00

5 lines
105 B
JavaScript

// @ts-expect-error
import bindings from '../../index.node'
bindings.testAddRemovableAsyncCleanupHook()