Skip to content

Commit

Permalink
Merge pull request #425 from tsedio/fix-jest-config-generation
Browse files Browse the repository at this point in the history
fix(cli-plugin-jest): fix template path for jest.config.js
  • Loading branch information
Romakita authored Nov 29, 2024
2 parents e93b7c8 + 5ebb51f commit a5ea490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"dir": "./docs/.vuepress/dist",
"url": "https://github.com/tsedio/tsed-cli.git",
"branch": "gh-pages",
"cname": "cli.tsed.io"
"cname": "cli.tsed.dev"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugin-jest/src/hooks/JestInitHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class JestInitHook {
{
title: "Generate files for jest",
task: (ctx: any) => {
return this.rootRenderer.renderAll(["vi.config.js.hbs"], ctx, {
return this.rootRenderer.renderAll(["jest.config.js.hbs"], ctx, {
templateDir: `${TEMPLATE_DIR}/init`
});
}
Expand Down

0 comments on commit a5ea490

Please sign in to comment.