Skip to content

Commit

Permalink
chore(repo): remove leftover console from test
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed May 20, 2024
1 parent f1ae1bc commit 65e6727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nx/src/config/to-project-name.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe('Workspaces', () => {
return res;
}
);
console.log(projects);
expect(projects['packages/my-package']).toEqual({
name: 'my-package',
root: 'packages/my-package',
Expand Down

0 comments on commit 65e6727

Please sign in to comment.