Skip to content

Commit

Permalink
fix(testing): restore setting for update-jestconfig (nrwl#11457)
Browse files Browse the repository at this point in the history
Co-authored-by: Pål Nes <[email protected]>
  • Loading branch information
unpunnyfuns and Pål Nes authored Aug 5, 2022
1 parent acab648 commit 95e579b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export function updateJestConfig(host: Tree, options: JestProjectSchema) {
host,
findRootJestConfig(host),
'projects',
`<rootDir>/$"14.4.0-beta.5"root}`
`<rootDir>/${project.root}`
);
}

0 comments on commit 95e579b

Please sign in to comment.