mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibJS: Convert some top-level tests to the new system
First test conversions! These look really good :)
This commit is contained in:
parent
4b8a3e6d78
commit
eea6041302
22 changed files with 464 additions and 451 deletions
|
@ -51,6 +51,12 @@ Vector<String> tests_to_run = {
|
|||
"exponentiation-basic.js",
|
||||
"indexed-access-string-object.js",
|
||||
"invalid-lhs-in-assignment.js",
|
||||
"let-scoping.js",
|
||||
"new-expression.js",
|
||||
"numeric-literals-basic.js",
|
||||
"object-getter-setter-shorthand.js",
|
||||
"object-method-shorthand.js",
|
||||
"object-spread.js",
|
||||
"tagged-template-literals.js",
|
||||
"switch-basic.js",
|
||||
"update-expression-on-member-expression.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue