cleanup(misc): remove console.log in workspace generator migration spec file (#17001)

This commit is contained in:
Craigory Coppola 2023-05-12 18:33:50 -04:00 committed by GitHub
parent 729a5498bc
commit 31010b0c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,6 @@ describe('move-workspace-generators-to-local-plugin', () => {
name: 'my-generator',
});
await generator(tree);
console.log(getProjects(tree).keys());
const config = readProjectConfiguration(tree, 'workspace-plugin');
expect(config.root).toEqual('tools/workspace-plugin');