mirror of
https://github.com/tc39/test262.git
synced 2025-07-16 02:24:38 +02:00
Fix CI linting errors
This commit is contained in:
parent
51d86807fe
commit
3cacf7d85e
@ -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');
|
||||
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user