mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
Remove reference to nonexistent test
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user