Initial commit

This commit is contained in:
thomas
2022-11-03 15:14:07 +01:00
commit 8002a3f9ed
49 changed files with 33088 additions and 0 deletions

3
jest.preset.js Normal file
View File

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