Skip to content

test: Remove unused login import from CSS importing test#24021

Merged
mcollovati merged 1 commit intomainfrom
remove-import-
Mar 27, 2026
Merged

test: Remove unused login import from CSS importing test#24021
mcollovati merged 1 commit intomainfrom
remove-import-

Conversation

@Artur-
Copy link
Member

@Artur- Artur- commented Mar 26, 2026

The side-effect import of @vaadin/vaadin-login was not needed for this test, which only verifies that .css imports produce valid CSSResultGroup types (regression test for flow#9167). The login package is not a declared dependency of this test module, so it fails in CI with TS6's stricter TS2882 check for side-effect imports without type declarations.

The side-effect import of @vaadin/vaadin-login was not needed for
this test, which only verifies that .css imports produce valid
CSSResultGroup types (regression test for flow#9167). The login
package is not a declared dependency of this test module, so it
fails in CI with TS6's stricter TS2882 check for side-effect imports
without type declarations.
@github-actions
Copy link

Test Results

 1 386 files  ±0   1 386 suites  ±0   1h 25m 15s ⏱️ - 4m 31s
 9 927 tests ±0   9 856 ✅ ±0  71 💤 ±0  0 ❌ ±0 
10 400 runs  ±0  10 320 ✅ ±0  80 💤 ±0  0 ❌ ±0 

Results for commit 21a299b. ± Comparison against base commit d4bd890.

@sonarqubecloud
Copy link

@mcollovati mcollovati added this pull request to the merge queue Mar 27, 2026
Merged via the queue into main with commit d877765 Mar 27, 2026
32 checks passed
@mcollovati mcollovati deleted the remove-import- branch March 27, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants