Skip to content

Commit

Permalink
Don't skip out of loop when collecting TypedArray test list (#875)
Browse files Browse the repository at this point in the history
Don't skip out of loop when collectin TypedArray test list
  • Loading branch information
Elchi3 committed Nov 25, 2023
1 parent a70d5c6 commit 2395410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-builder/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const buildTestList = (specJS, customJS) => {
// %TypedArray% is an abstract class and there is no constructor
if (feat.name === "TypedArray") {
delete feat.ctor;
continue;
}

features[featureName] = {members: {static: [], instance: []}};
Expand Down

0 comments on commit 2395410

Please sign in to comment.