summaryrefslogtreecommitdiff
path: root/test_napi/env_test.js
AgeCommit message (Collapse)Author
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci
Moving some additional NAPI and. FFI tests out of the tree root.
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-19fix(napi): update env_test.js (#19876)Bartek IwaƄczuk
2023-02-01fix(napi): return node globalThis from napi_get_global (#17613)Divy Srivastava
Fixes https://github.com/denoland/deno/issues/17587