AAE-23572 missing files

This commit is contained in:
Wojciech Duda
2024-07-03 15:55:56 +02:00
parent 2a62c1e2a9
commit 6ddc49f523
13 changed files with 305 additions and 0 deletions

5
jest.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import { getJestProjects } from '@nrwl/jest';
export default {
projects: getJestProjects()
};