feat: add feature return library components and Jest configuration

This commit is contained in:
Lorenz Hilpert
2025-02-24 15:43:16 +01:00
parent 3f77646f8a
commit b485bb768c
59 changed files with 3652 additions and 467 deletions

3
jest.preset.js Normal file
View File

@@ -0,0 +1,3 @@
const nxPreset = require('@nx/jest/preset').default;
module.exports = { ...nxPreset };