Merge pull request #20522 from Naycon/remove-mock-fs-usage-from-cli-package

Replace mock-fs with createMockDirectory in the cli packages.
This commit is contained in:
Patrik Oldsberg
2023-10-13 16:55:16 +02:00
committed by GitHub
23 changed files with 622 additions and 520 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The scaffolder-module template now recommends usage of `createMockDirectory` instead of `mock-fs`.