@sap-ux/jest-environment-ui5 5.3.9 → 5.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/jest-environment-ui5
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/jest-environment-ui5/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/jest-environment-ui5)
2
+
3
+ # [`@sap-ux/jest-environment-ui5`](https://github.com/SAP/open-ux-tools/tree/main/packages/jest-environment-ui5)
2
4
 
3
5
  Test environment for Jest for SAPUI5.
4
6
 
@@ -99,4 +101,4 @@ module.exports = {
99
101
  Pass `-u` or `--update` to update the snapshot folder. Please use this with care and verify the contents are actually correct.
100
102
 
101
103
  ## Keywords
102
- SAP Fiori Tools
104
+ SAP Fiori Tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/jest-environment-ui5",
3
- "version": "5.3.9",
3
+ "version": "5.3.11",
4
4
  "description": "Jest matchers for files and folders",
5
5
  "repository": {
6
6
  "type": "git",