Fix CI linting errors

This commit is contained in:
Ioanna M. Dimitriou H 2024-10-15 15:19:11 +02:00 committed by Philip Chimento
parent 51d86807fe
commit 3cacf7d85e
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ info: |
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js]
features: [json-parse-with-source]
features: [json-parse-with-source, Reflect.construct]
---*/
assert.sameValue(isConstructor(JSON.isRawJSON), false, 'isConstructor(JSON.isRawJSON) must return false');

View File

@ -18,7 +18,7 @@ info: |
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js]
features: [json-parse-with-source]
features: [json-parse-with-source, Reflect.construct]
---*/
assert.sameValue(isConstructor(JSON.rawJSON), false, 'isConstructor(JSON.rawJSON) must return false');