chore: align vitest config filenames (#6369)

This commit is contained in:
Julien
2024-01-29 09:53:35 -08:00
committed by GitHub
parent 3bbb3d9871
commit ed43a988bf
17 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ If you observe following error running any of the test files that means you are
- To then run only that failed test you can run against a specific file as use vitest's filters to run only one case
```sh
LODESTAR_PRESET=minimal yarn vitest --run --config vitest.config.spec.ts test/spec/phase0/sanity.test.ts
LODESTAR_PRESET=minimal yarn vitest --run --config vitest.spec.config.ts test/spec/phase0/sanity.test.ts
```
## Docker