Masafumi Koba
Masafumi Koba
@dependabot recreate
@dependabot recreate
Ref [Jest 29: Snapshot format changes](https://jestjs.io/blog/2022/08/25/jest-29)
Hum..., only tests on Windows fail for some reason 🤔 ``` No test result returned for D:\a\vscode-stylelint\vscode-stylelint\test\e2e\__tests__\code-actions.ts ``` https://github.com/stylelint/vscode-stylelint/actions/runs/7895645542/job/21548330658?pr=504#step:13:42 Why "No test result"?
@adalinesimonian The "No test result returned" error seems to be raised by `jest-runner-vscode` . Do you have any ideas? https://github.com/adalinesimonian/jest-runner-vscode/blob/v3.0.1/packages/jest-runner-vscode/src/run-vscode.ts#L202 See also https://github.com/adalinesimonian/jest-runner-vscode/issues/77
Don't worry. 👍🏼 This patch (524d95094a5597cc5332609db812771a0e6ba3c0) now can resolve the error: ``` No test result returned for D:\a\vscode-stylelint\vscode-stylelint\test\e2e\__tests__\code-actions.ts ``` --- See also the CI log below in the debugging PR...
@ddryo Thanks for the report with a real reproduction video. Probably, this is the same problem as stylelint/vscode-stylelint#490.
@ddryo Can you provide your `.vscode/settings.json`?
Thanks for the quick response. But I cannot reproduce the problem for some reason. 🤔 Can you reproduce it on your console (CLI) instead? E.g. ```shell npx stylelint test.scss --fix...
@ddryo Thanks for the minimum reproduction. This problem seems specific to the VSCode extension, so I'll transfer this issue to https://github.com/stylelint/vscode-stylelint.