-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Describe the bug
vitest run --coverage.100 appears to be broken – it immediately crashes with TypeError: Cannot read properties of undefined (reading 'push').
Reproduction
❯ npx -y vitest run --coverage.100
TypeError: Cannot read properties of undefined (reading 'push')
System Info
System:
OS: macOS 13.6
CPU: (10) arm64 Apple M1 Pro
Memory: 2.06 GB / 32.00 GB
Shell: 3.6.1 - /opt/homebrew/bin/fish
Binaries:
Node: 20.5.0 - ~/.local/share/nvm/v20.5.0/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 9.8.0 - ~/.local/share/nvm/v20.5.0/bin/npm
pnpm: 8.8.0 - /opt/homebrew/bin/pnpm
Browsers:
Chrome: 118.0.5993.70
Safari: 16.6Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable