mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue