mirror of https://github.com/tc39/test262.git
Update test/built-ins/Promise/withResolvers/result.js
Co-authored-by: Jordan Harband <ljharb@gmail.com>
This commit is contained in:
parent
d2ac342089
commit
ab0d665192
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Promise.withResolvers result is an object with keys "promise", "reject", and "resolve"
|
description: Promise.withResolvers result is an object with keys "promise", "reject", and "resolve"
|
||||||
esid: sec-promise.withresolvers
|
esid: sec-promise.withresolvers
|
||||||
features: [promise-with-resolvers]
|
features: [promise-with-resolvers, Object.hasOwn]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue