Replace mock-fs with createMockDirectory in the cli packages.

Signed-off-by: Johan Persson <johanp@spotify.com>
This commit is contained in:
Johan Persson
2023-10-11 12:31:15 +02:00
parent 3a448a8aa6
commit b9ec93430e
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`.