Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmehner/vitest-pr-2330
https://github.com/rmehner/vitest-pr-2330
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmehner/vitest-pr-2330
- Owner: rmehner
- Created: 2022-11-16T11:56:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T11:57:26.000Z (about 2 years ago)
- Last Synced: 2024-11-09T18:32:59.175Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vitest PR 2330 Reproduction
This is a short reproduction of https://github.com/vitest-dev/vitest/pull/2330
To verify:
1. `npm install`
2. `npm test`This will fail with "No test files found."
If you change the vitest version to 0.24.3 everything works as expected:
```diff
"devDependencies": {
- "vitest": "^0.25.2"
+ "vitest": "0.24.3"
}
```