Adjust jest.transformModules in create-app
The package name has changed from `@kyma-project/asyncapi-react` to `@asyncapi/react-component`.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Due to a package name change from `@kyma-project/asyncapi-react` to
|
||||
`@asyncapi/react-component` the jest configuration in the root `package.json`
|
||||
has to be updated:
|
||||
|
||||
```diff
|
||||
"jest": {
|
||||
"transformModules": [
|
||||
- "@kyma-project/asyncapi-react
|
||||
+ "@asyncapi/react-component"
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -45,7 +45,7 @@
|
||||
},
|
||||
"jest": {
|
||||
"transformModules": [
|
||||
"@kyma-project/asyncapi-react"
|
||||
"@asyncapi/react-component"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user