Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(testing): restore setting for update-jestconfig (#11457)
Co-authored-by: Pål Nes <pal.nes@fotoware.com>
  • Loading branch information
unpunnyfuns and Pål Nes committed Aug 5, 2022
1 parent acab648 commit 95e579b
Showing 1 changed file with 1 addition and 1 deletion.
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}`
);
}

1 comment on commit 95e579b

@vercel
Copy link

@vercel vercel bot commented on 95e579b Aug 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.