Run lint and prettier
CI Pipeline / test (20) (pull_request) Successful in 3m0s
CI Pipeline / test (18) (pull_request) Successful in 3m18s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m20s
CI Pipeline / e2e (chromium) (pull_request) Successful in 3m54s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m41s
CI Pipeline / performance (pull_request) Successful in 3m3s
CI Pipeline / visual-regression (pull_request) Successful in 7m12s
CI Pipeline / storybook (pull_request) Successful in 1m29s
CI Pipeline / lint (pull_request) Failing after 1m7s
CI Pipeline / build (pull_request) Successful in 1m20s

This commit is contained in:
adilallo
2025-10-07 17:27:07 -06:00
parent c991e22f09
commit 6bd751957c
40 changed files with 96370 additions and 524 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ const OptimizedComponent = memo(({ data, onAction }) => {
(id) => {
onAction(id);
},
[onAction]
[onAction],
);
return <div onClick={handleClick}>{/* Component content */}</div>;
+1 -1
View File
@@ -194,7 +194,7 @@ test("components work together", () => {
<Header />
<MainContent />
<Footer />
</div>
</div>,
);
// Test that components complement each other