vitest icon indicating copy to clipboard operation
vitest copied to clipboard

Odd message when running watch mode with no match test filter

Open hi-ogawa opened this issue 1 year ago • 2 comments

Describe the bug

It says "exiting" but it doesn't in watch mode. Also new summary reporter's "Duration" keeps increasing :smile:

image

Reproduction

https://stackblitz.com/edit/vitest-dev-vitest-zd2zyx?file=package.json

System Info

System:
    OS: Linux 5.0 undefined
    CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 0 Bytes / 0 Bytes
    Shell: 1.0 - /bin/jsh
  Binaries:
    Node: 18.20.3 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 10.2.3 - /usr/local/bin/npm
    pnpm: 8.15.6 - /usr/local/bin/pnpm
  npmPackages:
    vitest: 2.2.0-beta.2 => 2.2.0-beta.2

Used Package Manager

npm

Validations

hi-ogawa avatar Nov 22 '24 01:11 hi-ogawa

Is this only on latest 2.2.0 beta releases?

AriPerkkio avatar Nov 26 '24 11:11 AriPerkkio

Looks like this has been broken since 2.0.0-beta.13. The 2.0.0-beta.12 and 1.6.0 work fine.

  • https://github.com/vitest-dev/vitest/pull/5926

AriPerkkio avatar Nov 26 '24 15:11 AriPerkkio