Skip to content

Commit

Permalink
REVERT LATER test the test
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 15, 2024
1 parent 2834750 commit e7592df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/attribute-behavior/src/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2380,4 +2380,4 @@ attributes.forEach(attr => {
attr.read = attr.read || getProperty(attr.name);
});

export default attributes;
export default attributes.slice(0, 1);

0 comments on commit e7592df

Please sign in to comment.