Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rmehner/vitest-pr-2330


https://github.com/rmehner/vitest-pr-2330

Last synced: 5 days ago
JSON representation

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"
}
```