Update test/built-ins/Promise/withResolvers/result.js

Co-authored-by: Jordan Harband <ljharb@gmail.com>
This commit is contained in:
Peter Klecha 2023-07-05 15:07:17 -04:00 committed by Philip Chimento
parent d2ac342089
commit ab0d665192
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/*---
description: Promise.withResolvers result is an object with keys "promise", "reject", and "resolve"
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
features: [promise-with-resolvers, Object.hasOwn]
---*/