Skip to content

Commit f950b51

Browse files
committed
Revert config manipulation test change.
1 parent 17cdba5 commit f950b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/commands/tests/config_manipulation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ vi.mock("@solid-cli/utils/updates", async () => {
4646

4747
vi.mock("../src/lib/utils/helpers.ts", async () => {
4848
return {
49-
getConfigFile: async (file): Promise<string> => new Promise((r) => r(`${file}.config.ts`)),
49+
getConfigFile: async (): Promise<string> => new Promise((r) => r("app.config.ts")),
5050
fileExists: (path: string) => path.includes("app_config") || path.includes("app.tsx") || path.includes("index.tsx"),
5151
getRootFile: async (): Promise<string> => new Promise((r) => r("./src/app.tsx")),
5252
};

0 commit comments

Comments
 (0)