Skip to content

Commit

Permalink
chore(deps): Try pinning jest as mentioned in jestjs/jest#12098 (comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Dec 1, 2021
1 parent 4f93c07 commit 6007f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf-cli/templates/typescript/.hooks.sscaff.js
Expand Up @@ -12,7 +12,7 @@ exports.post = ctx => {
if (!npm_cdktf) { throw new Error(`missing context "npm_cdktf"`); }

installDeps([npm_cdktf, `constructs@10`]);
installDeps(['@types/node', 'typescript', 'jest', '@types/jest', "ts-jest", "ts-node"], true);
installDeps(['@types/node', 'typescript', 'jest@^26.6.3', '@types/jest', "ts-jest", "ts-node"], true);

console.log(readFileSync('./help', 'utf-8'));
};
Expand Down

0 comments on commit 6007f6e

Please sign in to comment.