Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests spinning forever and output shows test not found #146

Closed
dev-seahouse opened this issue Mar 30, 2023 · 7 comments
Closed

tests spinning forever and output shows test not found #146

dev-seahouse opened this issue Mar 30, 2023 · 7 comments
Labels
p3-minor-bug An edge case that only affects very specific usage (priority)

Comments

@dev-seahouse
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior on the example project:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Environment

(Paste info.txt content generated by the example project)

  • OS: [e.g. macOS] windows 10 wsl2
  • VSCode version: 1.75.1
  • Vitest version: 0.28.5
  • Vitest plugin version: v0.2.39

Additional context
Add any other context about the problem here.
related to closed issues #47 , #8 and many others but issue still persists.

@dev-seahouse dev-seahouse added the p3-minor-bug An edge case that only affects very specific usage (priority) label Mar 30, 2023
@dev-seahouse
Copy link
Author

seems to be related to #110

@nonameolsson
Copy link

I can confirm that I have the same problem.

@JoJk0
Copy link

JoJk0 commented May 19, 2023

And me too having the same problem

@whiterqbbit
Copy link

Having the same problem too, everything latest version on ubuntu 22.04

@danielwwc
Copy link

Having the same problem.

  • "vitest": "^0.33.0",
  • "vite": "^4.4.6",
  • "vitest-dev/vscode": "v0.2.42"
    it was working on node 16 but not on node 18.
    Tried changing the verbose and tried all vitest-cli commands and nothing works.
image

@danielwwc
Copy link

Update to my previous comment ☝️ :
The test results is working for me. It was having issues with the merged config with vite.config.ts,

In my case the https and basicSSL plugin need to remove.

import viteConfig from './vite.config';

const config = viteConfig();
delete config.server;
config.plugins = config.plugins.filter((plugin) => plugin?.name !== 'vite:basic-ssl');

The same issue appears for create-vue template. The extensions is not working when adding { server: https: true }
image

@MilanKovacic
Copy link
Collaborator

Hi, we are tracking the issue related to basicSsl plugin in #226.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p3-minor-bug An edge case that only affects very specific usage (priority)
Projects
None yet
Development

No branches or pull requests

6 participants