mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:57:47 +00:00
LibJS/Tests: Fix typo in a test description
This commit is contained in:
parent
5010d4c20c
commit
5ca242ce30
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ describe("parsing", () => {
|
||||||
expect(`let [ a, [ ...{length} ] ] = [];`).toEval();
|
expect(`let [ a, [ ...{length} ] ] = [];`).toEval();
|
||||||
});
|
});
|
||||||
|
|
||||||
test("function parameters cannot use member expresssions", () => {
|
test("function parameters cannot use member expressions", () => {
|
||||||
expect("function f([a.b]) {}").not.toEval();
|
expect("function f([a.b]) {}").not.toEval();
|
||||||
expect("function f([b[0]]) {}").not.toEval();
|
expect("function f([b[0]]) {}").not.toEval();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue