Skip to content

Commit

Permalink
fix(core): do not check formatting on empty
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Apr 3, 2023
1 parent 3bb0da3 commit c415852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/workspace-create/src/create-nx-workspace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ describe('create-nx-workspace', () => {

checkFilesDoNotExist('yarn.lock');
checkFilesExist('package-lock.json');
expectCodeIsFormatted();
process.env.SELECTED_PM = packageManager;
});

Expand Down

0 comments on commit c415852

Please sign in to comment.