Skip to content

Commit

Permalink
fix viteBaseConfig mock for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhapaipai committed Oct 6, 2023
1 parent 4496ac8 commit b91c55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ChunkMetadata } from "../types";
export const viteBaseConfig = {
root: "/home/me/project-dir",
base: "/build/",
plugins: [{ name: "symfony" }, { name: "vite:reporter" }],
} as unknown as ResolvedConfig;

export const pageImports = {
Expand Down

0 comments on commit b91c55c

Please sign in to comment.