mirror of https://github.com/tc39/test262.git
Pass arguments in PlainYearMonth constructor test.
The arguments are required, so this should make the test more robust.
This commit is contained in:
parent
ffae81a3f6
commit
543c8ee938
|
@ -9,4 +9,4 @@ info: |
|
|||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
assert.throws(TypeError, () => Temporal.PlainYearMonth());
|
||||
assert.throws(TypeError, () => Temporal.PlainYearMonth(1970, 1));
|
||||
|
|
Loading…
Reference in New Issue