ghostfolio/jest.config.ts
Thomas Kaul 002b883668
Feature/upgrade to angular 14 (#1019)
* Upgrade to angular 14

* Migrate UntypedFormControl to FormControl

* Update changelog
2022-06-16 10:28:23 +02:00

4 lines
100 B
TypeScript

const { getJestProjects } = require('@nrwl/jest');
export default { projects: getJestProjects() };