Skip to content

Commit 965b433

Browse files
committed
fix(cli-plugin-jest): fix template path for jest.config.js
1 parent e93b7c8 commit 965b433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"dir": "./docs/.vuepress/dist",
128128
"url": "https://github.com/tsedio/tsed-cli.git",
129129
"branch": "gh-pages",
130-
"cname": "cli.tsed.io"
130+
"cname": "cli.tsed.dev"
131131
}
132132
]
133133
},

packages/cli-plugin-jest/src/hooks/JestInitHook.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class JestInitHook {
3030
{
3131
title: "Generate files for jest",
3232
task: (ctx: any) => {
33-
return this.rootRenderer.renderAll(["vi.config.js.hbs"], ctx, {
33+
return this.rootRenderer.renderAll(["jest.config.js.hbs"], ctx, {
3434
templateDir: `${TEMPLATE_DIR}/init`
3535
});
3636
}

0 commit comments

Comments
 (0)