Skip to content

Commit e7592df

Browse files
committed
REVERT LATER test the test
1 parent 2834750 commit e7592df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/attribute-behavior/src/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2380,4 +2380,4 @@ attributes.forEach(attr => {
23802380
attr.read = attr.read || getProperty(attr.name);
23812381
});
23822382

2383-
export default attributes;
2383+
export default attributes.slice(0, 1);

0 commit comments

Comments
 (0)