Skip to content

Remove unused config#240

Merged
mizdra merged 4 commits into
mainfrom
remove-unused-config
Aug 11, 2025
Merged

Remove unused config#240
mizdra merged 4 commits into
mainfrom
remove-unused-config

Conversation

@mizdra
Copy link
Copy Markdown
Owner

@mizdra mizdra commented Aug 11, 2025

No description provided.

@mizdra mizdra force-pushed the remove-unused-config branch from c3cb671 to 39d3e94 Compare August 11, 2025 06:01
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Aug 11, 2025

🦋 Changeset detected

Latest commit: fe1a141

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
css-modules-kit-vscode Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment thread vitest.config.ts
test: {
// On GitHub Actions, the Windows runner is slow and tests may fail with the default timeout.
// Therefore, we set the timeout to 10 seconds.
testTimeout: 10_000,
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The log is here.

 FAIL   e2e  packages/ts-plugin/e2e-test/named-exports.test.ts > supports code fixes > supports adding missing CSS rules
   Start at  06:02:39
Error: Test timed out in 5000ms.
   Duration  37.60s (transform 1.18s, setup 0ms, collect 52.59s, tests 31.05s, environment 11ms, prepare 7.68s)
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".

 ❯ packages/ts-plugin/e2e-test/named-exports.test.ts:485:3

    483|     });
Error: Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
 ❯ packages/ts-plugin/e2e-test/named-exports.test.ts:485:3


    484|   });
    485|   test('supports adding missing CSS rules', async () => {
       |   ^
    486|     const iff = await createIFF({
    487|       'a.tsx': dedent`

@mizdra mizdra merged commit 6533c2b into main Aug 11, 2025
10 checks passed
@mizdra mizdra deleted the remove-unused-config branch August 11, 2025 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant