fix(angular): format files after angular jest migration (#15779)
This commit is contained in:
parent
7d9352eb1a
commit
9c7e67ba6f
@ -1,5 +1,6 @@
|
||||
import {
|
||||
createProjectGraphAsync,
|
||||
formatFiles,
|
||||
getProjects,
|
||||
joinPathFragments,
|
||||
Tree,
|
||||
@ -40,6 +41,8 @@ export async function updateTestingTsconfigForJest(tree: Tree) {
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
await formatFiles(tree);
|
||||
}
|
||||
|
||||
function isJestPresetAngular(tree: Tree, jestConfigPath: string) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user