Skip to content

Commit

Permalink
fix: incorrect spec example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jan 29, 2024
1 parent 9171489 commit 09e9904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ 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
cd packages/beacon-node
LODESTAR_PRESET=minimal yarn vitest --run --config vitest.config.spec.ts test/spec/presets/sanity.test.ts
```

## Docker
Expand Down

0 comments on commit 09e9904

Please sign in to comment.