Skip to content

Commit

Permalink
Fix the config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 12, 2024
1 parent 07868f4 commit 33c3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/vitest.config.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {defineConfig, mergeConfig} from "vitest/config";
import vitestConfig from "root/vitest.base.config";
import vitestConfig from "../../vitest.base.config";

export default mergeConfig(
vitestConfig,
Expand Down

0 comments on commit 33c3541

Please sign in to comment.