cli: switch to custom jest yaml transform to support node 18

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-09-20 13:41:04 +02:00
parent ec623f85fb
commit 2dddb32fea
5 changed files with 45 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Switched the Jest transform for YAML files to use a custom one available at `@backstage/cli/config/jestYamlTransform.js`.