Spring cleaning, part 2 (#813)

* Remove OData v2 show case: Genres TreeView
* Refactored bookstore and fiori services: consolidate routing and remove deprecated files
* Add Jest configuration file with silent mode enabled
* Refactor test files: streamline imports and remove redundant code
* Change price field type to Price for better clarity and precision
* Example for separation of concerns: access-control.cds
This commit is contained in:
Daniel Hutzel
2025-03-21 09:48:11 +01:00
committed by GitHub
parent 737e766d53
commit 7b92463394
30 changed files with 130 additions and 2029 deletions

3
jest.config.mjs Normal file
View File

@@ -0,0 +1,3 @@
export default {
silent: true
}