Skip to content

Commit 3ef891a

Browse files
authored
chore: update repo to latest nx (lerna#4177)
1 parent 6ea835d commit 3ef891a

File tree

3 files changed

+529
-767
lines changed

3 files changed

+529
-767
lines changed

libs/commands/init/src/lib/init-command.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ describe("InitCommand", () => {
1414

1515
beforeEach(() => {
1616
tree = createTree();
17+
// Delete the .prettierrc file in the Nx test tree to avoid confusion with changes within tests
18+
tree.delete(".prettierrc");
1719
});
1820

1921
describe("in an empty directory", () => {

0 commit comments

Comments
 (0)