Skip to content

Commit

Permalink
chore: Renames workspace mock config to avoid confusion in vitest vsc…
Browse files Browse the repository at this point in the history
…ode plugin
  • Loading branch information
davelosert committed Aug 30, 2024
1 parent cd5321b commit 5e62a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inputs/getViteConfigPath.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("getViteConfigPath", () => {

it("resolves Vitest workspace file", async (): Promise<void> => {
await expect(
getViteConfigPath(mockWorkingDirectory, "vitest.workspace.js"),
).resolves.toMatch("test/mockConfig/vitest.workspace.js");
getViteConfigPath(mockWorkingDirectory, "vitest.mock.workspace.js"),
).resolves.toMatch("test/mockConfig/vitest.mock.workspace.js");
});
});
File renamed without changes.

0 comments on commit 5e62a71

Please sign in to comment.