Remove reference to nonexistent test

This commit is contained in:
Ben Grant
2024-11-01 15:42:46 -07:00
parent 936ae5a796
commit b6dfd89928

View File

@@ -341,11 +341,7 @@ describe("napi", () => {
});
});
describe("napi_external", () => {
it("can wrap a value and run a finalizer", () => {
checkSameOutput("test_external", []);
});
});
// TODO(@190n) test allocating in a finalizer
describe("napi_wrap", () => {
it("cleans up objects at the right time", () => {